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