Base:
method
ToDecimal
System.Xml.Schema.XmlBaseConverter.ToDecimal(System.Object)
3 references to ToDecimal
System.Private.Xml (3)
System\Xml\Schema\XmlValueConverter.cs (3)
1081if (destinationType == DecimalType) return this.ToDecimal(value); 1106if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 1142if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value));