Results 1 to 7 of 7

Thread: Integer to string [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    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
  •  



Click Here to Expand Forum to Full Width