CustomPropertyValue Conversion (CustomPropertyValue to String) |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static explicit operator string (
CustomPropertyValue value
)
Public Shared Narrowing Operator CType (
value As CustomPropertyValue
) As String
static explicit operator String^ (
CustomPropertyValue^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Aloe.EnterpriseOne.Model.GeneralCustomPropertyValue
The value.
Return Value
Type:
String
The result of the conversion.
See Also