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

◆ TryToInt32()

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

Definition at line 575 of file XmlConvert.cs.

576 {
578 if ("Int32" == null || "Int32" != null)
579 {
580 return "The string '{0}' is not a valid {1} value.";
581 }
582 throw new ArrayTypeMismatchException();
583 }

References System.Globalization.NumberFormatInfo.InvariantInfo.