Link to home
Start Free TrialLog in
Avatar of Mahesh Yadav
Mahesh YadavFlag for India

asked on

How to convert an Unsigned int32 value to 8 byte long hex value.

I have a unsigned int32 value in variable in c# and i need to convert it into 8 byte long hexadecimal value how can i do this
ASKER CERTIFIED SOLUTION
Avatar of BuggyCoder
BuggyCoder
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mahesh Yadav

ASKER

will it give me 8 byte long hex value always ?
depends on your input, if length is less than 8 bytes add required number of 0 bytes to it to make it 8 bytes...