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

◆ s_digits

readonly byte [] System.Xml.XmlUTF8NodeWriter.s_digits
staticprivate
Initial value:
= new byte[16]
{
48, 49, 50, 51, 52, 53, 54, 55, 56, 57,
65, 66, 67, 68, 69, 70
}

Definition at line 42 of file XmlUTF8NodeWriter.cs.

43 {
44 48, 49, 50, 51, 52, 53, 54, 55, 56, 57,
45 65, 66, 67, 68, 69, 70
46 };

Referenced by System.Xml.XmlUTF8NodeWriter.ToBase16().