Table of Contents

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

char

NewLine

Visible replacement for newline character.

public const char NewLine = '¬'

Field Value

char

Space

Visible replacement for space character.

public const char Space = '¤'

Field Value

char

Tab

Visible replacement for tab character.

public const char Tab = '¦'

Field Value

char