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

◆ ConvertXmlToObject() [1/2]

override object System.Data.Common.UInt64Storage.ConvertXmlToObject ( string s)
inline

Definition at line 233 of file UInt64Storage.cs.

234 {
235 return XmlConvert.ToUInt64(s);
236 }
static ulong ToUInt64(string s)

References System.s, and System.Xml.XmlConvert.ToUInt64().