TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
krithika muthukrishnan
NA
234
705k
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.
Reply
Answers (
3
)
how to update rows one after other
list filenames from a directory in the server