| PropertyValueDecodeXmlValue Method |
Namespace:
Omada.OE.AppLogic.Serialization.Model
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static Object DecodeXmlValue(
string value,
PropertyDataType dataType
)
Parameters
- value
- Type: SystemString
A xml value generated by ToXmlString().
- dataType
- Type: Omada.OE.ModelPropertyDataType
Return Value
Type:
Object
See Also