Class ControlCode
- Namespace
- Microlithix.Text.Ansi
- Assembly
- AnsiParser.dll
Standardized control codes defined in ECMA-48.
public static class ControlCode
- Inheritance
-
ControlCode
- Inherited Members
Remarks
These constants include all C0 (0x00-0x1f) and C1 (0x80-0x9f) control codes, plus the code 0x7f (DEL) which acts like a control code.
Fields
- ACK
Acknowledge
- APC
Application program command
- BEL
Bell alert
- BPH
Break permitted here
- BS
Backspace
- CAN
Cancel
- CCH
Cancel character
- CR
Carriage return
- CSI
Control sequence introducer
- DC1
Device control one
- DC2
Device control two
- DC3
Device control three
- DC4
Device control four
- DCS
Device control string
- DEL
Delete character
- DLE
Data link escape
- EM
End of medium
- ENQ
Enquiry
- EOT
End of transmission
- EPA
End of protected area
- ESA
End of selected area
- ESC
Escape
- ETB
End of transmission block
- ETX
End of text
- FF
Form feed
- FS
File separator
- GS
Group separator
- HOP
High octet preset
- HT
Character/horizontal tabulation
- HTJ
Character/horizontal tabulation with justification
- HTS
Character/horizontal tabulation set
- IND
Index
- LF
Line feed
- MW
Message waiting
- NAK
Negative acknowledge
- NBH
No break here
- NEL
Next line
- NUL
Null
- OSC
Operating system command
- PAD
Padding character
- PLD
Partial line forward/down
- PLU
Partial line backward/up
- PM
Privacy message
- PU1
Private use 1
- PU2
Private use 2
- RI
Reverse line feed/index
- RS
Record separator
- SCI
Single character introducer
- SGC
Single graphic character introducer
- SI
Shift in
- SO
Shift out
- SOH
Start of heading
- SOS
Start of string
- SPA
Start of protected area
- SS2
Single-shift 2
- SS3
Single-shift 3
- SSA
Start of selected area
- ST
String terminator
- STS
Set transmit state
- STX
Start of text
- SUB
Substitute
- SYN
Synchronous idle
- US
Unit separator
- VT
Line/vertical tabulation
- VTS
Line/vertical tabulation set