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
akaii de Shangaii
NA
9
0
[C#] Convert a Byte to Hexadecimal
Jan 27 2006 4:50 AM
Hi,
Everything is in the title I have an array in Byte[] which contains the ASCII code of a string but I have to give to my function a Byte[] that have Hex values of my string and not ASCII. How can I do that?
I have actually this code:
String abcd = "You got 1 voicemail";
Byte[] test = System.Text.ASCIIEncoding.UTF8.GetBytes(abcd);
I'm developping in C#.NET
Reply
Answers (
7
)
Active Directory Property Pages
problem while mapping XML to treeview