Base:
method
ToString
System.Xml.Schema.XmlBaseConverter.ToString(System.Double)
2 references to ToString
System.Private.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1247
if (sourceType == DoubleType) return this.
ToString
((double)value);
1267
if (destinationType == StringType) return this.
ToString
((double)value);