指定した 64 ビットの符号なし整数値をバイト配列として返します。
Overloads Public Shared Function GetBytes( _
ByVal value As Long _) As Byte()
[C#]
public static byte[] GetBytes(longvalue);
[C++]
public: static unsigned char GetBytes(__int64value) __gc[];
[JScript]
public static function GetBytes(
value : long) : Byte[];
パラメータ
- value
変換する数値。
戻り値
長さ 8 のバイト配列。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
BitConverter クラス | BitConverter メンバ | System 名前空間 | BitConverter.GetBytes オーバーロードの一覧