WinLib.UUID - charonn0/WinLib GitHub Wiki
WinLib.UUID
##Class Declaration Global Class UUID
##Notes This class represents a UUID. Call the NewUUID shared method to generate a new UUID. Use the FromString shared method to convert a UUID string into a UUID object.
Instances of UUID can be compared for equality, and converted into strings. Use the Copy method to copy a UUID.
##Methods
##Shared Methods