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