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)
1238
if (destinationType == DecimalType) return this.
ToDecimal
(value);
1263
if (destinationType == UInt64Type) return DecimalToUInt64(this.
ToDecimal
(value));
1299
if (destinationType == UInt64Type) return DecimalToUInt64(this.
ToDecimal
(value));