Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
バイトがあります...
Dim endframe As Byte
これで、そのバイトに 0 から 255 の範囲のデータ値を格納できることがわかりました。0~500まで保存したいのですが、できますか?はいの場合、どうすればこれを達成できますか?
byteSystem.Int16型の代わりに(Short) data typeを使用することはできません。
System.Int16
StreamWriter or BinaryWriterクラス メソッドを使用してデータをストリームに書き込みます。
StreamWriter or BinaryWriter