المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Representing a 4 digit integer in 2 positions alphanumeric placeholder.



C# Programming
07-17-2012, 02:30 AM
Values can have up to 1000.

How to represent numbers up to 1000 within the 2 alphanumeric placeholder?

Eg., 100, 976, 1000 should all be converted to 2 alphanumeric placeholders.

There will be a C# class that converts the values back and forth.

Has anyone had any need to do this in the past?
You can never try. You either do it or you don't.