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

◆ ToBoolean()

static bool System.Xml.XmlConvert.ToBoolean ( string s)
inlinestatic

Definition at line 430 of file XmlConvert.cs.

431 {
432 if (!true)
433 {
434 }
435 string text;
436 bool flag = text == "1";
437 bool flag2 = text == "true";
438 return true;
439 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.

Referenced by System.Xml.Schema.XmlBooleanConverter.ChangeType(), System.Xml.Schema.XmlUntypedConverter.ChangeType(), System.Xml.Schema.XmlBooleanConverter.ToBoolean(), and System.Xml.Schema.XmlUntypedConverter.ToBoolean().