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