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

◆ TryToInt64()

static Exception System.Xml.XmlConvert.TryToInt64 ( string s,
[Out] long result )
inlinestaticpackage

Definition at line 594 of file XmlConvert.cs.

595 {
597 if ("Int64" == null || "Int64" != null)
598 {
599 }
600 throw new ArrayTypeMismatchException();
601 }

References System.Globalization.NumberFormatInfo.InvariantInfo.