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

Deserialize the xml string to the object

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

Syntax

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

Parameters

str
Type: System..::.String
The string to be deserialized
o
Type: System..::.Object
The object to be created

Return Value

The deserialized object

See Also