Convert.ToString(num, 16).ToUpper
But I want to reverse the hexadecimal value into bytes, for an example:
The hexadecimal value is:
3B45C
I want to reverse this value into bytes so it would be:
5C B4 03
Any suggestions? I would be very grateful for any help, as I am at a complete loss to where I should even start.
I am using Visual Basic 2008 Express Edition.
Edited by Sablis, 09 October 2009 - 02:50 PM.
Forgot to add what version of VB I use.


Sign In
Create Account

Back to top









