2 references to ToUInt64
System (1)
compmod\system\componentmodel\UInt64Converter.cs (1)
42
return Convert.
ToUInt64
(value, radix);
System.Activities (1)
System\Activities\Debugger\DebugInfo.cs (1)
369
location.Value = Convert.
ToUInt64
(RemoveHexadecimalPrefix(value), Convert.ToInt32(stringRadix, CultureInfo.InvariantCulture));