バージョン

Bytes メソッド

バイトの配列としてこのバッファのコンテンツを取得します。
シンタックス
'宣言
 
Public Function Bytes( _
   ByVal order As ByteOrder _
) As Byte()
public byte[] Bytes( 
   ByteOrder order
)

パラメータ

order
バイト オーダー。

戻り値の型

バイトの配列
参照