| TypeConverterConvertTextToTargetType Method |
Converts text to target type.
Namespace:
Omada.OE.Solution.OIM.Assembly.AppLogic.Other
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic static Object ConvertTextToTargetType(
BaseProperty property,
string value
)
Parameters
- property
- Type: Omada.OE.ModelBaseProperty
The property.
- value
- Type: SystemString
The value.
Return Value
Type:
Object
The object of target type.
See Also