Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
how to convert ascii value to hexa value
jeevan mummadi
16y
7.3k
1
Reply
string
name =
"abcdef"
;
byte
[] dec =
new
byte
[20];
char
[] hex =
new
char
[20];
dec =
Encoding
.ASCII.GetBytes(name);
i convert string to ascii value i want convert ascii to hexa value plz help
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
listview-get value in selected item
event id for system reboot