1
Answer

How to Generate Alphanumeric Codes

Photo of theo philus

theo philus

16y
8.3k
1
I want to generate alphanumeric codes using C#.NET
The first two digits should be alphabet
The next two should be numeric and
the last one should always be alphabet
example: FR30T etc

Answers (1)