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