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.
Java では、これは文字列 "-128" を返します。
byte[] remaining = new byte[total- entred]; remaining[0] = (byte)0x80;
これをC#で書く方法は?(バイト)0x80; c# で動作していないようです