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

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

Definition at line 193 of file XmlNumeric10Converter.cs.

194 {
195 if (!true)
196 {
197 }
198 if (!true)
199 {
200 }
202 decimal num = value;
203 int num2 = XmlBaseConverter.Int64ToInt32(value);
204 string text = XmlConvert.ToString(value);
205 XmlSchemaType schemaType = this.schemaType;
206 object obj;
207 return obj;
208 }
class f__AnonymousType0<< Count > j__TPar
override string ToString()
Definition Type.cs:1246

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