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