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