Click or drag to resize

CustomPropertyValueFromInvariantString Method

Creates a custom property value from invariant string. See ToInvariantString.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static CustomPropertyValue FromInvariantString(
	string value
)

Parameters

value
Type: SystemString
The value.

Return Value

Type: CustomPropertyValue
Exceptions
ExceptionCondition
InvalidOperationExceptionInvalid custom property value: {value}
See Also