Converts an Int32 to a UInt64.
[Visual Basic] Overloads Public Shared Function ToUInt64( _ ByVal value As Integer _ ) As UInt64 [C#] public static ulong ToUInt64( int value ); [C++] public: static unsigned __int64 ToUInt64( int value ); [JScript] public static function ToUInt64( value : int ) : UInt64;
The converted value.
Exception Type | Condition |
---|---|
OverflowException | is thrown if value is less than UInt64.MinValue. |
Convert Class | Convert Members | System Namespace | Convert.ToUInt64 Overload List