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)
1367if (sourceType == StringType) return this.ToDouble((string)value); 1495if (destinationType == DoubleType) return this.ToDouble((string)value);