Byte Array to string

  • Thread starter Thread starter Jon
  • Start date Start date
Whats the best way to convert a byte array to a string?

Probably using one of the encoding classes in the System.Text
namespace. Which one depends on how the characters are stored in the
byte array.



Mattias
 
Back
Top