|
-
Jul 21st, 2004, 10:49 AM
#1
Integer to string [RESOLVED]
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 ?
Last edited by Grimfort; Jul 21st, 2004 at 11:37 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|