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