[This is preliminary documentation and is subject to change.]

Deserialze the xml file to the object

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static Object DeserializeXml(
	string xmlFile,
	Object o
)
Visual Basic (Declaration)
Public Shared Function DeserializeXml ( _
	xmlFile As String, _
	o As Object _
) As Object
Visual C++
public:
static Object^ DeserializeXml(
	String^ xmlFile, 
	Object^ o
)

Parameters

xmlFile
Type: System..::.String
The xml file to be deserialized
o
Type: System..::.Object
The object to be deserialized

Return Value

The deserialized object

See Also