| PropertyValueAssignerFixValueDataType Method |
Converts (if possible) the value of a property to the appropriate data type.
Namespace:
Omada.OE.AppLogic.Serialization
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Object FixValueDataType(
Object value,
Type[] allowedValueDataTypes
)
Parameters
- value
- Type: SystemObject
The property value to be fixed/converted.
- allowedValueDataTypes
- Type: SystemType
Must contain the data types that are allowed for the values of the property.
Use GetAllowedValueDataTypes() to obtain the data types.
Return Value
Type:
Object
See Also