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