I'm trying to get decoded String from UTF16 encoded String.
Current value of UTF16 is and original string is In other words, using C#.
\u5f00\u53d1\u8005 to 开发者 \u5f00\u53d1\u8005 ==> 开发者
How can I do this using C#?
I'm trying to get decoded String from UTF16 encoded String.
Current value of UTF16 is and original string is In other words, using C#.
\u5f00\u53d1\u8005 to 开发者 \u5f00\u53d1\u8005 ==> 开发者
How can I do this using C#?