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