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