Click or drag to resize

CustomPropertyValueToInvariantString Method

Returns the invariant string representation of a custom property value. It looks like: Value/Description/ValueId. The character '/' is escaped "//". Can be used for serialization.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public string ToInvariantString()

Return Value

Type: String
See Also