Base:
method
ToSingle
Microsoft.Xml.Schema.XmlBaseConverter.ToSingle(System.String)
2 references to ToSingle
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1415if (sourceType == StringType) return this.ToSingle((string)value); 1496if (destinationType == SingleType) return this.ToSingle((string)value);