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

override string System.Xml.Schema.XmlNumeric10Converter.ToString ( decimal value)
inline

Definition at line 123 of file XmlNumeric10Converter.cs.

124 {
125 XmlTypeCode typeCode = this.typeCode;
126 return XmlConvert.ToString(decimal.Truncate(value));
127 }

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