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

◆ ToDateTime() [1/3]

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

Definition at line 269 of file XmlConverter.cs.

270 {
271 if (TryParseDateTime(buffer, offset, count, out var result))
272 {
273 return result;
274 }
276 }
static bool TryParseDateTime(byte[] chars, int offset, int count, out DateTime result)
static DateTime ToDateTime(long value)

References System.buffer, System.count, System.Xml.Dictionary, System.offset, System.Xml.XmlConverter.ToDateTime(), System.ToString, and System.Xml.XmlConverter.TryParseDateTime().