Converts a UInt16 to a UInt64.
[Visual Basic] Overloads Public Shared Function ToUInt64( _ ByVal value As UInt16 _ ) As UInt64 [C#] public static ulong ToUInt64( ushort value ); [C++] public: static unsigned __int64 ToUInt64( unsigned short value ); [JScript] public static function ToUInt64( value : UInt16 ) : UInt64;
The converted value.
Convert Class | Convert Members | System Namespace | Convert.ToUInt64 Overload List