OpsExtensibilityApplicationXmlToObjectT Method (String) | 
 
            Generic function to turn xml string into type T
            
 
    Namespace: 
   Micros.Ops.Extensibility
    Assembly:
   Ops (in Ops.dll) Version: 18.2
Syntaxpublic 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: 
Tdeserialized object
See Also