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