Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2756

Re: How to generate alphanumeric /unique ids

$
0
0

I agree with the above something like this would do it


CODE = UUID.Generate().ToString().Substring(0,CouponLength);


//Also check to make sure it has not been created already


Viewing all articles
Browse latest Browse all 2756

Trending Articles