Converts an 64-bit signed integer into an array of unsigned bytes with length 8.
[Visual Basic] Overloads Public Shared Function GetBytes( _ ByVal value As Long _ ) As Byte () [C#] public static byte[] GetBytes( long value ); [C++] public: static unsigned char* GetBytes( __int64 value ) []; [JScript] public static function GetBytes( value : long ) : Byte[];
An array of unsigned bytes with length 8.
BitConverter Class | BitConverter Members | System Namespace | BitConverter.GetBytes Overload List