Class ObjectToString
- Namespace
- Dynamicweb.Logging
- Assembly
- Dynamicweb.Core.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
objectThe object
Returns
- string
String representation