how to convert binary data to string

Mar 21 2011 6:54 AM
hi,
   i want to know how to convert binary data to string by using memory stream.here i specify my codings

Binaryreader br=new binaryreader(fileupload1.postedfile.inputstream); 
byte[] resume=br.readbytes(fileupload1.postedfile.contentlength);
now the variable resume contains the large amont of binary data how can i convert it.

Answers (3)