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
Gunjan Manan
NA
46
9k
Hexadecimal to Decimal
Mar 7 2016 8:01 AM
Hi,
I am able to fetch the string from a machine in hexadecimal form that is as follows: 7E 1B 4B 00 00 08 00 00 00 AA 00 00 00 02 00 02 00 02 00 02 00 00 00 00 00 00 00 00 20 7D . Now I want to convert it in decimal form in which fir st 4 bits represent one data and so on. I am new to C#. May I know how can i go about it.
Reply
Answers (
1
)
Excel File
Sum of an array using while loop