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