Base:
method
ToDecimal
Microsoft.Xml.Schema.XmlBaseConverter.ToDecimal(System.Object)
3 references to ToDecimal
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (3)
1238if (destinationType == DecimalType) return this.ToDecimal(value); 1263if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 1299if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value));