Class UnicodeWhiteToVisible
- Namespace
- SunamoValues.Constants
- Assembly
- SunamoValues.dll
Mapping of whitespace characters to visible Unicode replacement characters.
public class UnicodeWhiteToVisible
- Inheritance
-
UnicodeWhiteToVisible
- Inherited Members
- Extension Methods
Fields
CarriageReturn
Visible replacement for carriage return character.
public const char CarriageReturn = '¶'
Field Value
NewLine
Visible replacement for newline character.
public const char NewLine = '¬'
Field Value
Space
Visible replacement for space character.
public const char Space = '¤'
Field Value
Tab
Visible replacement for tab character.
public const char Tab = '¦'