Auto Generate alphanumeric Unique Id with C#

Posted by mag1981 on Stack Overflow See other posts from Stack Overflow or by mag1981
Published on 2010-03-16T06:53:31Z Indexed on 2010/03/16 6:56 UTC
Read the original article Hit count: 594

Filed under:
|

Hi All,

total string length is 5 chars

I have a scenario, ID starts with

A0001 and ends with A9999 then B0001 to B9999 until F0001 to f9999

after that

FA001 to FA999 then FB001 to FB999 until ....FFFF9

Please suggest any idea on how to create this format

Thanks in advance

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET