Click or drag to resize

OpsExtensibilityApplicationXmlToObjectT Method (String)

Generic function to turn xml string into type T

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

Parameters

xml
Type: SystemString
xml string

Type Parameters

T
the type of the object to be returned

Return Value

Type: T
deserialized object
See Also