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() [6/6]

override bool System.Xml.Schema.XmlBooleanConverter.ToBoolean ( string value)
inline

Definition at line 25 of file XmlBooleanConverter.cs.

26 {
27 while (value == null)
28 {
29 }
30 return XmlConvert.ToBoolean(value);
31 }

References System.Xml.XmlConvert.ToBoolean(), and System.value.