C Chad Z. Hower aka Kudzu Jun 20, 2005 #2 Hrvoje Voda said: How to convert an array byte into string? Click to expand... You need to use an encoding object. So it depends on what kind of data the bytes are. Take a look at Encoding.ASCII etc. -- Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/ "Programming is an art form that fights back" Empower ASP.NET with IntraWeb http://www.atozed.com/IntraWeb/
Hrvoje Voda said: How to convert an array byte into string? Click to expand... You need to use an encoding object. So it depends on what kind of data the bytes are. Take a look at Encoding.ASCII etc. -- Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/ "Programming is an art form that fights back" Empower ASP.NET with IntraWeb http://www.atozed.com/IntraWeb/