Convert byte array to string

J

Jay B. Harlow [MVP - Outlook]

Lou,
You need to use the GetString method of the System.Text.Encoding class.

Note you need to retrieve the proper encoding object for how the byte array
is encoded. The Encoding class has a number of common encodings as shared
properties.

Hope this helps
Jay
 

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