0

Possible Duplicate:
How do convert unicode escape sequences to unicode characters in a .NET string

I have a string

\u0110\u1eb7ng Minh Khi\u00eam

which it is supposed to be in Unicode:

Đặng Minh Khiêm

How can I convert this string to Unicode in C#? It means convert

\u0110\u1eb7ng Minh Khi\u00eam =====> Đặng Minh Khiêm
Community
  • 1
  • 1

0 Answers0