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