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

◆ TryToByte()

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

Definition at line 604 of file XmlConvert.cs.

605 {
607 if ("Byte" == null || "Byte" != null)
608 {
609 }
610 throw new ArrayTypeMismatchException();
611 }

References System.Globalization.NumberFormatInfo.InvariantInfo.