Click or drag to resize

OpsExtensibilityApplicationXmlToObject Method (String)

Note: This API is now obsolete.

Namespace:  Micros.Ops.Extensibility
Assembly:  Ops (in Ops.dll)
Syntax
C#
[ObsoleteAttribute("This will be removed in a future version, you should be using pubic T XmlToObject<T>( string xml )")]
public Object XmlToObject(
	string xml
)

Parameters

xml
Type: SystemString

Return Value

Type: Object
See Also