Alphanumeric Counter
Posted
by user54064
on Stack Overflow
See other posts from Stack Overflow
or by user54064
Published on 2010-06-09T15:31:19Z
Indexed on
2010/06/09
15:32 UTC
Read the original article
Hit count: 197
c#
I am trying to create in c#, an alphanumeric counter that creates numbers in the following way:
0001 0002 0003 ... 9999 A000 A001 ... A999 B000 ...
I am lost on how this can be done.
© Stack Overflow or respective owner