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

◆ ToInt64() [6/6]

override long System.Xml.Schema.XmlBaseConverter.ToInt64 ( string value)
inlineinherited

Definition at line 320 of file XmlBaseConverter.cs.

321 {
322 return (long)ChangeType((object)value, Int64Type, (IXmlNamespaceResolver)null);
323 }
override object ChangeType(bool value, Type destinationType)

References System.Xml.Schema.XmlBaseConverter.ChangeType(), System.Xml.Schema.XmlBaseConverter.Int64Type, and System.value.