..
GUID in standard format..
GUID in Number format..
GUID in Hex format..
GUID in Base64 format..
The type of the input GUID either explicitly specified or automatically detectedA GUID or (UUID) is a universally unique identifier which is a 128-bit number or (16 byte long).
They are used for generating globally unique IDs that are guaranteed to be unique without using a central repository (like a database) to generate them. Typical uses are in various project files (like .csproj or .aip). Read more at wikipedia.
Comments 1
Luis
How are you realizing the conversion of the Guid to Int, in the code? I'm trying to replicate this same process in a C# script.