Class ObjectDump
Allows dumping the contents of an object to a string.
public static class ObjectDump
- Inheritance
-
ObjectDump
- Inherited Members
Methods
Dump(object)
Dumps the properties of an object to a string.
public static string Dump(this object obj)
Parameters
objobjectThe object to dump.
Returns
- string
The string representation of the object.