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
danny
NA
2
0
storing hex from text file into byte array
Jul 8 2008 7:30 AM
how would i go about taking characters from a text and storing them in a byte array? by hex characters i mean the text file reads "00 9A 6F AE" etc. etc.
does system.io.streamreader only store data as strings?
and id like to store it in a byte[], instead of manually typing
{ 0x00, 0x9a, 0x6f, 0xae } into the code itself.
thanks,
mythos
Reply
Answers (
1
)
Unicode Decimal NCRs
Print Selected Pages Using PrintDialog