I want to generate 8 Charerecter /digit guid
How can I do this?
Guid can be based on my own System.
That if my code to generate the guid generate in any other system,
it may or may not (no problem) generate same id
Any way
1)it must not exceed 8 characters
2)it must not generate same guid in same machine
3)it must not contain the following characters o,0,1,l,L
I need this at vb/c# level
how can I do this?
please help
How can I do this?
Guid can be based on my own System.
That if my code to generate the guid generate in any other system,
it may or may not (no problem) generate same id
Any way
1)it must not exceed 8 characters
2)it must not generate same guid in same machine
3)it must not contain the following characters o,0,1,l,L
I need this at vb/c# level
how can I do this?
please help
Comment