Guid generation

  • Thread starter Thread starter Scott Meddows
  • Start date Start date
S

Scott Meddows

In VB.net you can

dim aGUID as System.GUID
aGuid = Guid.NewGuid()
 
Thanks Scott,
I am doing it in C#, but I just needed the FCL class to
call, looks like System.GUID is the right one...Yup, works
like a charm. Thanks for the info.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top