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

◆ ChangeType() [9/9]

override object System.Xml.Schema.XmlBooleanConverter.ChangeType ( string value,
Type destinationType,
IXmlNamespaceResolver nsResolver )
inline

Definition at line 91 of file XmlBooleanConverter.cs.

92 {
93 if (value != null)
94 {
95 if (!true)
96 {
97 }
98 if (!true)
99 {
100 }
102 bool flag = XmlConvert.ToBoolean(value);
103 XmlSchemaType schemaType = this.schemaType;
104 }
105 return "value";
106 }

References System.Xml.Schema.XmlBaseConverter.clrTypeDefault, System.Xml.Schema.XmlBaseConverter.schemaType, System.Xml.XmlConvert.ToBoolean(), and System.value.