Posted by Dan M on 01/03/07 18:27
On Wed, 03 Jan 2007 19:05:14 +0100, Tom wrote:
> I need to convert an integer to a unique code string consisting only of
> capital letters and numbers.
> I also need to be able to convert it back to an integer again.
>
> Example:
>
> 10 => DFG56JKG4 => 10
>
> How do I accomplish that?
> Googling has not helped.
>
> Regards
What is the logic used to map from integer to string?
Navigation:
[Reply to this message]
|