CustomPropertyValueFromInvariantString Method |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static CustomPropertyValue FromInvariantString(
string value
)
Public Shared Function FromInvariantString (
value As String
) As CustomPropertyValue
public:
static CustomPropertyValue^ FromInvariantString(
String^ value
)
static member FromInvariantString :
value : string -> CustomPropertyValue
Parameters
- value
- Type: SystemString
The value.
Return Value
Type:
CustomPropertyValue
Exceptions
See Also