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.
64KB のバイト配列にデータを入力しようとしています (任意のデータでかまいません... ランダムにすることもできますが、そうする必要はありません)
これを行う最も効率的な方法は何ですか?これが私の現在のコードですが、これはもっとうまくできると感じています。
Dim dataByte() As Byte dataByte = System.Text.Encoding.ASCII.GetBytes("long string goes here")