Click or drag to resize

PropertyValueDecodeXmlValue Method

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public 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