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

◆ ToInt64() [1/2]

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

Definition at line 149 of file XmlConverter.cs.

150 {
151 if (TryParseInt64(buffer, offset, count, out var result))
152 {
153 return result;
154 }
156 }
static bool TryParseInt64(byte[] chars, int offset, int count, out long result)
static long ToInt64(string value)

References System.buffer, System.count, System.Xml.Dictionary, System.offset, System.Xml.XmlConverter.ToInt64(), System.ToString, and System.Xml.XmlConverter.TryParseInt64().