20 references to ToUInt64
mscorlib (6)
system\datetime.cs (1)
392serializedDateData = Convert.ToUInt64(enumerator.Value, CultureInfo.InvariantCulture);
system\enum.cs (2)
231result = Convert.ToUInt64(value, CultureInfo.InvariantCulture); 1008return Convert.ToUInt64(GetValue(), CultureInfo.CurrentCulture);
system\runtime\serialization\formatter.cs (1)
168WriteUInt64(Convert.ToUInt64(data, CultureInfo.InvariantCulture), memberName);
system\runtime\serialization\formatterconverter.cs (1)
125return System.Convert.ToUInt64(value, CultureInfo.InvariantCulture);
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (1)
756WriteUInt64(Convert.ToUInt64(value, CultureInfo.InvariantCulture));
System.Data (11)
fx\src\data\System\Data\Filter\BinaryNode.cs (10)
316checked {value = Convert.ToUInt64(vLeft, FormatProvider) + Convert.ToUInt64(vRight, FormatProvider);} 432checked {value = Convert.ToUInt64(vLeft, FormatProvider) - Convert.ToUInt64(vRight, FormatProvider);} 521checked {value = Convert.ToUInt64(vLeft, FormatProvider) * Convert.ToUInt64(vRight, FormatProvider);} 580checked {value = Convert.ToUInt64(vLeft, FormatProvider) / Convert.ToUInt64(vRight, FormatProvider);} 785value = Convert.ToUInt64(vLeft, FormatProvider) % Convert.ToUInt64(vRight, FormatProvider);
fx\src\data\System\Data\OleDb\ColumnBinding.cs (1)
484Value_UI8(Convert.ToUInt64((Decimal)value, CultureInfo.InvariantCulture));
System.Management (2)
property.cs (2)
460 ((String[])(wmiValue))[i] = (Convert.ToUInt64(valArray.GetValue(i),(IFormatProvider)culInfo.GetFormat(typeof(System.UInt64)))).ToString((IFormatProvider)culInfo.GetFormat(typeof(System.UInt64))); 567 wmiValue = (Convert.ToUInt64(val,(IFormatProvider)culInfo.GetFormat(typeof(System.UInt64)))).ToString((IFormatProvider)culInfo.GetFormat(typeof(System.UInt64)));
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
4367v.SetLong((long)Convert.ToUInt64(var, CultureInfo.InvariantCulture));