Base:
method
ToDouble
Microsoft.Xml.Schema.XmlBaseConverter.ToDouble(System.String)
2 references to ToDouble
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1367
if (sourceType == StringType) return this.
ToDouble
((string)value);
1495
if (destinationType == DoubleType) return this.
ToDouble
((string)value);