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

◆ ToString() [5/10]

override string System.Xml.Schema.XmlNumeric2Converter.ToString ( double value)
inline

Definition at line 103 of file XmlNumeric2Converter.cs.

104 {
105 XmlTypeCode typeCode = this.typeCode;
106 return XmlConvert.ToString((float)value);
107 }

References System.Xml.XmlConvert.ToString(), System.Xml.Schema.XmlBaseConverter.typeCode, and System.value.