Click or drag to resize
ToolboxXmlStringDeserializeT Method
http://www.emgu.com
Convert an xml string to an object

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static T XmlStringDeserialize<T>(
	string xmlString
)

Parameters

xmlString
Type: SystemString
The xml document as a string

Type Parameters

T
The type of the object to be converted to

Return Value

Type: T
The object representation as a result of the deserialization of the xml string
See Also