Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToString() [4/4]

static string System.Xml.Xsl.Runtime.XsltConvert.ToString ( XPathItem item)
inlinestatic

Definition at line 183 of file XsltConvert.cs.

184 {
185 if (!item.IsNode && item.ValueType == DoubleType)
186 {
187 return XPathConvert.DoubleToString(item.ValueAsDouble);
188 }
189 return item.Value;
190 }
static readonly Type DoubleType

References System.Xml.Xsl.XPathConvert.DoubleToString(), System.Xml.Xsl.Runtime.XsltConvert.DoubleType, and System.item.