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
 
Back
Top