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

◆ TryToInteger()

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

Definition at line 537 of file XmlConvert.cs.

538 {
540 if ("Integer" == null || "Integer" != null)
541 {
542 }
543 throw new ArrayTypeMismatchException();
544 }

References System.Globalization.NumberFormatInfo.InvariantInfo.