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)
1415
if (sourceType == StringType) return this.
ToSingle
((string)value);
1496
if (destinationType == SingleType) return this.
ToSingle
((string)value);