[This is preliminary documentation and is subject to change.]
Syntax
| C# |
|---|
public static class AsciiControlChar |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class AsciiControlChar |
| Visual C++ |
|---|
public ref class AsciiControlChar abstract sealed |
The type exposes the following members.
Public Fields
| Name | Description | |
|---|---|---|
| ControlA |
Control-A (SOH).
| |
| ControlAt |
Represents a ^@ (ASCII #0), also called NUL.
| |
| ControlB |
Control-B (STX).
| |
| ControlC |
Control-C (ETX).
| |
| ControlD |
Control-D (EOT).
| |
| ControlE |
Control-E (ENQ).
| |
| ControlF |
Control-F (ACK).
| |
| ControlG |
Control-G (BEL).
| |
| ControlH |
Control-H (BS).
| |
| ControlI |
Control-I (TAB).
| |
| ControlJ |
Control-J (LF).
| |
| ControlK |
Control-K (VT).
| |
| ControlL |
Control-L (FF).
| |
| ControlM |
Control-M (CR).
| |
| ControlN |
Control-N (SO).
| |
| ControlO |
Control-O (SI).
| |
| ControlP |
Control-P (DLE).
| |
| ControlQ |
Control-Q (DC1).
| |
| ControlR |
Control-R (DC2).
| |
| ControlS |
Control-S (DC3).
| |
| ControlT |
Control-T (DC4).
| |
| ControlU |
Control-U (NAK).
| |
| ControlV |
A control-v character (also called the
SYN or Synchronous Idle character).
| |
| ControlW |
Control-W (ETB).
| |
| ControlX |
Control-X (CAN).
| |
| ControlY |
Control-Y (EM).
| |
| ControlZ |
Control-Z (SUB).
|
See Also
Thought.Terminals Namespace