Alphabet Fields |
The Alphabet type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Ascii |
The ASCII alphabet (0-127). |
![]() ![]() | Base64 |
The base-64 alphabet (64 characters). |
![]() ![]() | Binary |
The binary alphabet { 0, 1 }. |
![]() ![]() | Decimal |
The decimal alphabet { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }. |
![]() ![]() | Dna |
The DNA alphabet { A, C, T, G }. |
![]() ![]() | ExtendedAscii |
The extended ASCII alphabet (0-255). |
![]() ![]() | Hexadecimal |
The hexadecimal alphabet { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F }. |
![]() ![]() | LowerCase |
The lowercase alphabet { a, b, c, ..., z }. |
![]() ![]() | Octal |
The octal alphabet { 0, 1, 2, 3, 4, 5, 6, 7 }. |
![]() ![]() | Protein |
The protein alphabet { A, C, D, E, F, G, H, I, K, L, M, N, P, Q, R, S, T, V, W, Y }. |
![]() ![]() | Unicode16 |
The Unicode 16 alphabet (0-65,535). |
![]() ![]() | UpperCase |
The uppercase alphabet { A, B, C, ..., Z }. |