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

◆ TryToUInt32()

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

Definition at line 624 of file XmlConvert.cs.

625 {
627 if ("UInt32" == null || "UInt32" != null)
628 {
629 }
630 throw new ArrayTypeMismatchException();
631 }

References System.Globalization.NumberFormatInfo.InvariantInfo.