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.
我看到了这个答案,问题是 - 所以我还需要知道使用什么类型的编码器来获取正确的字符串 - 它可能是 UTF\UTF8\ANSI。
这是来自即时窗口的示例。
Encoding.Unicode.GetString(combinedBuf) "믯ힿ힜힕�" Encoding.UTF8.GetString(combinedBuf) "שלום"