1
Answer

How to Generate Alphanumeric Codes

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)