www.emgu.com/wiki
Convert an xml string to an object

Declaration Syntax
public static T XmlStringDeserialize<T>(
string xmlString
)
Public Shared Function XmlStringDeserialize(Of T) ( _
xmlString As String _
) As T
public:
generic<typename T>
static T XmlStringDeserialize(
String^ xmlString
)

Generic Template Parameters
- T
- The type of the object to be converted to

Parameters
- xmlString (String)
- The xml document as a string

Return Value
The object representation as a result of the deserialization of the xml string
Assembly:
Emgu.Util (Module: Emgu.Util) Version: 1.1.0.0 (1.1.0.0)