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: 6.0.0.0 (6.0.6225.27214)
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