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