Class Chars
Character table by name.
public static class Chars
- Inheritance
-
Chars
- Inherited Members
Fields
At
The at sign.
public const char At = '@'
Field Value
BEL
The bell character.
public const char BEL = '\a'
Field Value
BS
The backspace character.
public const char BS = '\b'
Field Value
BackSlash
The backslash. Called REVERSE SOLIDUS in Adobe specs.
public const char BackSlash = '\\'
Field Value
Bar
The bar character.
public const char Bar = '|'
Field Value
BraceLeft
The left brace.
public const char BraceLeft = '{'
Field Value
BraceRight
The right brace.
public const char BraceRight = '}'
Field Value
BracketLeft
The left bracket.
public const char BracketLeft = '['
Field Value
BracketRight
The right bracket.
public const char BracketRight = ']'
Field Value
CR
The carriage return character (ignored by lexer).
public const char CR = '\r'
Field Value
Colon
The colon.
public const char Colon = ':'
Field Value
Currency
The currency sign.
public const char Currency = '¤'
Field Value
Dollar
The dollar sign.
public const char Dollar = '$'
Field Value
EOF
The EOF marker.
public const char EOF = '\uffff'
Field Value
Equal
The equal sign.
public const char Equal = '='
Field Value
FF
The form feed character.
public const char FF = '\f'
Field Value
Greater
The greater-than sign.
public const char Greater = '>'
Field Value
HT
The horizontal tab character.
public const char HT = '\t'
Field Value
Hyphen
The hyphen.
public const char Hyphen = '-'
Field Value
LF
The line feed character.
public const char LF = '\n'
Field Value
Less
The less-than sign.
public const char Less = '<'
Field Value
NUL
The null byte.
public const char NUL = '\0'
Field Value
NonBreakableSpace
The non-breakable space character (aka no-break space or non-breaking space).
public const char NonBreakableSpace = ' '
Field Value
NumberSign
The number sign.
public const char NumberSign = '#'
Field Value
ParenLeft
The left parenthesis.
public const char ParenLeft = '('
Field Value
ParenRight
The right parenthesis.
public const char ParenRight = ')'
Field Value
Percent
The percent sign.
public const char Percent = '%'
Field Value
Period
The period.
public const char Period = '.'
Field Value
Question
The question mark.
public const char Question = '?'
Field Value
QuoteDouble
The double quote character.
public const char QuoteDouble = '"'
Field Value
QuoteSingle
The single quote character.
public const char QuoteSingle = '\''
Field Value
SP
The space character.
public const char SP = ' '
Field Value
Semicolon
The semicolon.
public const char Semicolon = ';'
Field Value
Slash
The slash.
public const char Slash = '/'
Field Value
SoftHyphen
The soft hyphen.
public const char SoftHyphen = ''
Field Value
VT
The vertical tab character.
public const char VT = '\v'