Click or drag to resize

XmlUtilsSerializeToXmlString Method

Serializes a CLR object to XML for diagnostic/debugging purpose.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static string SerializeToXmlString(
	Object toSerialize
)

Parameters

toSerialize
Type: SystemObject
The object to serialize.

Return Value

Type: String
A formatted XML string that represents the object.
Remarks
Use this method for diagnostic/debugging purpose only. There is no guarantee that the returned string can be properly deserialized.
See Also