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
Syntaxpublic string ToInvariantString()
Public Function ToInvariantString As String
public:
String^ ToInvariantString()
member ToInvariantString : unit -> string
Return Value
Type:
String
See Also