GUID
A unique identifier that is used to identify a resource.
Functions
Function | Description |
---|---|
ToBase64 | Returns a base64 string representation of a GUID. |
Guid:ToBase64()
Returns a base64 string representation of a GUID.
Returns | string
The base64 string representation of the GUID.
Usage
local guid_string = SomeGuid:ToBase64()