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)
1155
if (sourceType == DecimalType) return this.
ToString
((decimal)value);
1177
if (destinationType == StringType) return this.
ToString
((decimal)value);