Base:
method
ToDouble
System.Xml.Schema.XmlBaseConverter.ToDouble(System.String)
2 references to ToDouble
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1241
if (sourceType == StringType) return this.
ToDouble
((string) value);
1358
if (destinationType == DoubleType) return this.
ToDouble
((string) value);