Unicode - ansi character conversion

J

Joerg Jooss

Nadav said:
Hi,

How can I convert a Unicode string to an ansi string and vise-versa (
using C# )

You can only convert between byte representations (using
System.Text.Encoding). .NET strings are always Unicode strings.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top