Base:
method
ToString
System.Xml.Schema.XmlBaseConverter.ToString(System.Single)
2 references to ToString
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1315
if (sourceType == SingleType) return this.
ToString
((float) value);
1346
if (destinationType == StringType) return this.
ToString
((float) value);