Table of Contents

Class ObjectToString

Namespace
Dynamicweb.Logging
Assembly
Dynamicweb.Logging.dll
Provides automatic printing of public properties of objects Usable in easy implementation of ToString method
public class ObjectToString
Inheritance
ObjectToString
Inherited Members

Methods

Output(object)

Returns a string representation of the given object including properties and IEnumerable child objects down to the 4th level
public static string Output(object value)

Parameters

value object
The object

Returns

string
String representation
To top