I wish to convert an integer into a string. Not just a string representation ( ie "1234") but its actual byte value.
I know its something like 1st byte + 2nd byte * 256 + 3rd byte *64k etc etc, but am trying to see if theres a .net conversion that already exists. I also need to convert it back again after.
Same thing for longs, shorts etc etc..
Any clues ?
:afrog:
