Plumtree Portal UI  
 

ObjPropModel.GetStringFromObjectValue Method 

Returns string representation of property value

public virtual string GetStringFromObjectValue(
   object oValue,
   int nPropertyType
);

Parameters

oValue
Property value as Object
nPropertyType
Property type

Return Value

Property value as string

Implements

IObjPropModelRO.GetStringFromObjectValue

See Also

ObjPropModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace