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