Bypass automatic conversion to utf-16 on C#

Asked

Viewed 21 times

-2

I need to send data to a webosocket Handshake, however, it does not seem to recognize the exhaust sequences in utf-16 generated by c#.

the correct string is contains " X02 x00" but when compiling turns " u0002 0"

how could I convert this situation?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.