M Mattias Sjögren Nov 26, 2003 #2 Whats the best way to convert a byte array to a string? Click to expand... 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
Whats the best way to convert a byte array to a string? Click to expand... 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