Gets or sets a value indicating whether to show white space by bracketing the value.
Namespace: CleanCode.DiagnosticsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public static bool ShowWhiteSpace { get; set; }
public static bool ShowWhiteSpace { get; set; }
Public Shared Property ShowWhiteSpace As Boolean
Get
Set
Public Shared Property ShowWhiteSpace As Boolean
Get
Set
public:
static property bool ShowWhiteSpace {
bool get ();
void set (bool value);
}
public:
static property bool ShowWhiteSpace {
bool get ();
void set (bool value);
}
Field Value
true to show white space; otherwise,
false.
If set to
true, output values will be enclosed in square brackets
so you can see leading or trailing spaces, i.e. "[ value]" or "[value ]".