The Chars type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| At |
The at sign.
| |
| BackSlash |
The back slash.
| |
| Bar |
The bar character.
| |
| BEL |
The bell character.
| |
| BraceLeft |
The left brace.
| |
| BraceRight |
The right brace.
| |
| BracketLeft |
The left bracket.
| |
| BracketRight |
The right bracket.
| |
| BS |
The backspace character.
| |
| Colon |
The colon.
| |
| CR |
The carriage return character (ignored by lexer).
| |
| Currency |
The currency sign.
| |
| Dollar |
The dollar sign.
| |
| EOF |
The EOF marker.
| |
| Equal |
The equal sign.
| |
| FF |
The form feed character.
| |
| Greater |
The greater-than sign.
| |
| HT |
The horizontal tab character.
| |
| Hyphen |
The hyphen.
| |
| Less |
The less-than sign.
| |
| LF |
The line feed character.
| |
| NonBreakableSpace |
The non-breakable space character (aka no-break space or non-breaking space).
| |
| NUL |
The null byte.
| |
| NumberSign |
The number sign.
| |
| ParenLeft |
The left parenthesis.
| |
| ParenRight |
The right parenthesis.
| |
| Percent |
The percent sign.
| |
| Period |
The period.
| |
| Question |
The question mark.
| |
| QuoteDbl |
The double quote character.
| |
| QuoteSingle |
The single quote character.
| |
| Semicolon |
The semicolon.
| |
| Slash |
The slash.
| |
| SoftHyphen |
The soft hyphen.
| |
| SP |
The space character.
| |
| VT |
The vertical tab character.
|
See Also