4 references to DecimalToUInt64
System.Private.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1106if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 1142if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 2349if (destinationType == UInt64Type) return DecimalToUInt64(XmlConvert.ToDecimal((string)value)); 2429if (sourceType == StringType) return DecimalToUInt64(XmlConvert.ToDecimal((string)value));