4 references to DecimalToUInt64
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1146if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 1180if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 2498if (destinationType == UInt64Type) return DecimalToUInt64(XmlConvert.ToDecimal((string) value)); 2561if (sourceType == StringType) return DecimalToUInt64(XmlConvert.ToDecimal((string) value));