Skip to content

ExtensionsSystem Class

C#
public static class ExtensionsSystem

Inheritance object

Searches the object for a DebuggerDisplayAttribute and returns its value. If not found, returns ToString().

C#
public static string GetDebuggerDisplayValue(this object obj)

obj object
The object to check.

string
A string representing the object.