Base:
method
ToString
Microsoft.Xml.Schema.XmlBaseConverter.ToString(System.Double)
2 references to ToString
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1448if (sourceType == DoubleType) return this.ToString((double)value); 1468if (destinationType == StringType) return this.ToString((double)value);