Base:
method
ToString
Microsoft.Xml.Schema.XmlBaseConverter.ToString(System.Decimal)
2 references to ToString
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1155if (sourceType == DecimalType) return this.ToString((decimal)value); 1177if (destinationType == StringType) return this.ToString((decimal)value);