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

◆ s_base32Char

readonly char [] System.Security.IdentityHelper.s_base32Char
staticprivate
Initial value:
= new char[32]
{
'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j',
'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3',
'4', '5'
}

Definition at line 10 of file IdentityHelper.cs.

11 {
12 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j',
13 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
14 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3',
15 '4', '5'
16 };

Referenced by System.Security.IdentityHelper.ToBase32StringSuitableForDirName().