Is there a simple algorithm where by I can convert a numeric value to alphanumeric
and reliably convert it back to the same number?
For example, 12345 converts to 00A3DF and back to 12345.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume when you say alphanumeric you mean hexadecimal. This has already been answered:
How to convert numbers between hexadecimal and decimal in C#?
C# convert integer to hex and back again