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

Deserialize the string and get the object back.

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

Syntax

C#
public static Object DotNetDeserialize(
	string objectStr
)
Visual Basic (Declaration)
Public Shared Function DotNetDeserialize ( _
	objectStr As String _
) As Object
Visual C++
public:
static Object^ DotNetDeserialize(
	String^ objectStr
)

Parameters

objectStr
Type: System..::.String
Input string containing the serialized object

Return Value

The Deserialized object.

See Also