terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToInt64() [6/6]

override long System.Xml.Schema.XmlNumeric10Converter.ToInt64 ( string value)
inline

Definition at line 101 of file XmlNumeric10Converter.cs.

102 {
103 while (value == null)
104 {
105 }
106 XmlTypeCode typeCode = this.typeCode;
107 return XmlBaseConverter.DecimalToInt64(XmlConvert.ToDecimal(value));
108 }

References System.Xml.Schema.XmlBaseConverter.DecimalToInt64(), System.Xml.XmlConvert.ToDecimal(), System.Xml.Schema.XmlBaseConverter.typeCode, and System.value.