Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Char2val

ReadOnlySpan<byte> System.Text.Base64Encoding.Char2val
staticgetprivate

Definition at line 9 of file Base64Encoding.cs.

10 {
11 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
12 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
13 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
14 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
15 255, 255, 255, 62, 255, 255, 255, 63, 52, 53,
16 54, 55, 56, 57, 58, 59, 60, 61, 255, 255,
17 255, 64, 255, 255, 255, 0, 1, 2, 3, 4,
18 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
19 15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
20 25, 255, 255, 255, 255, 255, 255, 26, 27, 28,
21 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
22 39, 40, 41, 42, 43, 44, 45, 46, 47, 48,
23 49, 50, 51, 255, 255, 255, 255, 255
24 };

Referenced by System.Text.Base64Encoding.GetByteCount(), System.Text.Base64Encoding.GetBytes(), and System.Text.Base64Encoding.GetBytes().