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
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
Comment