Base:
method
ToString
Microsoft.Xml.Schema.XmlBaseConverter.ToString(System.Single)
2 references to ToString
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1449
if (sourceType == SingleType) return this.
ToString
((float)value);
1482
if (destinationType == StringType) return this.
ToString
((float)value);