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