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