EnumerableDebugger ShowWhiteSpace Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether to show white space by bracketing the value.

Namespace: CleanCode.Diagnostics
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static bool ShowWhiteSpace { get; set; }

Field Value

true to show white space; otherwise, false.
Remarks

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 ]".
See Also