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

◆ TryToGuid()

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

Definition at line 751 of file XmlConvert.cs.

752 {
753 long num = 0L;
754 if ((num != 0L && num == 0L) || "Guid" == null || "Guid" != null)
755 {
756 }
757 throw new ArrayTypeMismatchException();
758 }

References System.L.