T Thomas P. Skinner [MVP] Nov 13, 2004 #3 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 Click to expand... Click to expand...
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 Click to expand... Click to expand...