Click or drag to resize

Utils_XmlDeserialize Method (String, Object, Object, Exception)

Deserializes a text to an object.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static bool Deserialize(
	string xml,
	Object robj,
	out Object obj,
	out Exception exception
)

Parameters

xml
Type: SystemString
String to deserialize.
robj
Type: SystemObject
An sample object of same type.
obj
Type: SystemObject
The resulting object if success.
exception
Type: SystemException
The thrown exception if failed.

Return Value

Type: Boolean
True if successful
See Also