Base:
method
ToSingle
System.Xml.Schema.XmlBaseConverter.ToSingle(System.String)
2 references to ToSingle
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1285if (sourceType == StringType) return this.ToSingle((string) value); 1359if (destinationType == SingleType) return this.ToSingle((string) value);