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

override object System.Xml.Schema.XmlNumeric10Converter.ChangeType ( int value,
Type destinationType )
inline

Definition at line 176 of file XmlNumeric10Converter.cs.

177 {
178 if (!true)
179 {
180 }
181 if (!true)
182 {
183 }
185 decimal num = value;
186 string text = XmlConvert.ToString(value);
187 XmlSchemaType schemaType = this.schemaType;
188 object obj;
189 return obj;
190 }
override string ToString()
Definition Type.cs:1246

References System.Xml.Schema.XmlBaseConverter.clrTypeDefault, System.obj, System.Xml.Schema.XmlBaseConverter.schemaType, System.text, System.Xml.XmlConvert.ToString(), and System.value.