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 public static string GetObjectString(
Object obj
)
Parameters
- obj
- Type: SystemObject
Object to serialize.
Return Value
Type:
StringString
See Also