In this small article i want to show how to generate GUIDs in an Vulcan.NET application.
To generate the GUIDs you need the system namespace.
System.Guid.NewGuid():ToString()
Thats all. The NewGuid() method generate the GUID object. With the ToString() method you can get the full GUID string.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment