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