Generate ordered list of alphanumeric strings of length 4 in c#

  • Thread starter Thread starter dohyohdohyoh
  • Start date Start date
D

dohyohdohyoh

I have a programming question to generate an ordered list of
alphanumeric strings of length 4.
From 0000 to ZZZZ, numbers first, then one alphabet rest numbers, then
two alphabets rest numberst, etc.

EG 0000-9999 then A000-Z999 then AA00 to ZZ99 then AAA0 - ZZZ9 then
AAAA - ZZZZ
 
Sniff, Sniff, Sniff... smells like homework :-)

Do you have an algorithm in mind and are unsure how to write it in C#? I am
sure if you post that with specific language issues, people will be pleased
to help.

Mark.
 
See my response in dotnet.general

Tom Dacon
Dacon Software Consulting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top