3 references to ToUInt64
mscorlib (1)
system\string.cs (1)
3411
return Convert.
ToUInt64
(this, provider);
System.Management (2)
property.cs (2)
303
((UInt64[])val) [i] = Convert.
ToUInt64
((String)(wmiValueArray.GetValue(i)),(IFormatProvider)CultureInfo.CurrentCulture.GetFormat(typeof(System.UInt64)));
356
val = Convert.
ToUInt64
((String)wmiValue,(IFormatProvider)CultureInfo.CurrentCulture.GetFormat(typeof(System.UInt64)));