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

◆ ToInt32() [1/2]

static int System.Xml.XmlConverter.ToInt32 ( byte[] buffer,
int offset,
int count )
inlinestatic

Definition at line 120 of file XmlConverter.cs.

121 {
122 if (TryParseInt32(buffer, offset, count, out var result))
123 {
124 return result;
125 }
127 }
static int ToInt32(string value)
static bool TryParseInt32(byte[] chars, int offset, int count, out int result)

References System.buffer, System.count, System.Xml.Dictionary, System.offset, System.Xml.XmlConverter.ToInt32(), System.ToString, and System.Xml.XmlConverter.TryParseInt32().