Click or drag to resize

OpsExtensibilityApplicationXmlToObject Method (String)

Convert xml to object.

Namespace:  Micros.Ops.Extensibility
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public Object XmlToObject(
	string xml
)

Parameters

xml
Type: SystemString
xml string

Return Value

Type: Object
deserialized object
See Also