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.
次のいずれかが必要なようです。
Encoding.Unicode.GetBytes(myString); Encoding.Unicode.GetChars(myString);
charaまたは aを Unicode 文字 (例: "\uFF66" または "\x0002") としてフォーマットするにbyteは、次の質問を参照してください。
char
byte
Unicode 文字列をエスケープされた ASCII 文字列に変換する