Click or drag to resize

DebuggerObjectOrEnumerableToString Method (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 string ObjectOrEnumerableToString(
	Object obj,
	bool serialize,
	string nullString = "Null"
)
Request Example View Source

Parameters

obj
Type: SystemObject
The object to convert.
serialize
Type: SystemBoolean
Whether to serialize the object if it's a class.
nullString (Optional)
Type: SystemString
The string to use for objects.

Return Value

Type: String
See Also