Class ObjectToString
- Namespace
- Dynamicweb.Logging
- Assembly
- Dynamicweb.Core.dll
Provides automatic printing of public properties of objects Usable in easy implementation of ToString method
- Inheritance
-
Object
ToString
- Inherited Members
Methods
Output(object)
Returns a string representation of the given object including properties and IEnumerable child objects down to the 4th level
Parameters
value
objectThe object
Returns
- string
String representation