Click or drag to resize

CustomPropertyValue  Conversion (CustomPropertyValue to String)

Performs an explicit conversion from CustomPropertyValue to String.

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

Parameters

value
Type: Aloe.EnterpriseOne.Model.GeneralCustomPropertyValue
The value.

Return Value

Type: String
The result of the conversion.
See Also