Base:
method
ToString
System.Xml.Schema.XmlBaseConverter.ToString(System.Decimal)
2 references to ToString
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1045
if (sourceType == DecimalType) return this.
ToString
((decimal) value);
1066
if (destinationType == StringType) return this.
ToString
((decimal) value);