Click or drag to resize

Utils_XmlGetObjectString Method

Serializes 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 string GetObjectString(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to serialize.

Return Value

Type: String
String
See Also