Enum ASCIICharacterDisplayInfo.CharacterType
This enumeration maps the CharType strings to fast, efficient, safe integer values that correspond to three broad groups of characters.
Namespace: WizardWrx
Assembly: WizardWrx.ASCIIInfo.dll
Syntax
public enum CharacterType : int
Fields
Name | Description |
---|---|
Extended | These are the extended ASCII characters that have code points at or above 128, that require 8 bits to represent in binary coding. |
NonPrintable | The character is of a nonprintable type. Most of these are output device control codes. |
Printable | These are the characters from which most text is composed. |
Undefined | The value is uninitialized. |