Skip to main content

GUID

A unique identifier that is used to identify a resource.

Functions

FunctionDescription
ToBase64Returns 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()