byte [] -> string

  • Thread starter Thread starter vertigo
  • Start date Start date
Encoding is an abstract class. You need a derived class such as
ASCIIEncoding if the source byte array is ASCII text.

Thomas P. Skinner[MVP]

Peter Rilling said:
Encoding.GetString(...) is one way.

vertigo said:
Hello
How can i convert byte [] array to string ?

Thanx
Michal
 

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

Back
Top