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)
1448
if (sourceType == DoubleType) return this.
ToString
((double)value);
1468
if (destinationType == StringType) return this.
ToString
((double)value);