OpsExtensibilityApplicationXmlToObjectT Method |
Generic function to turn xml string into type T
Namespace: Micros.Ops.ExtensibilityAssembly: Ops (in Ops.dll) Version: 19.9
Syntaxpublic T XmlToObject<T>(
string xml
)
Parameters
- xml String
- xml string
Type Parameters
- T
- the type of the object to be returned
Return Value
Tdeserialized object
See Also