Click or drag to resize

DebuggerObjectOrEnumerableToString Method (StringBuilder, Object, Boolean, String)

Convert an object or collection to a string for display.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void ObjectOrEnumerableToString(
	StringBuilder output,
	Object obj,
	bool serialize,
	string nullString
)
Request Example View Source

Parameters

output
Type: System.TextStringBuilder
StringBuilder to append the result to.
obj
Type: SystemObject
The object to convert.
serialize
Type: SystemBoolean
Whether to serialize the object if it's a class.
nullString
Type: SystemString
The string to use for objects.
See Also