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.
バイト配列があり、使用時に EOT 文字で終わる場合:
string str = ASCII.Encoding.ASCII.GetString(myByteArray);
Visual Studio で文字列 str の内容を見ると、「...\u0004」のように終わるのが普通ですか?
\u0004 は Unicode コードのようです。