Skip to content

llIntegerToBase64

function ll.IntegerToBase64(Value: number): string

Returns a string that is a Base64 big endian encode of Value.

Encodes the Value as an 8-character Base64 string.

Parameters
Value (number)

Add example usage here showing SLua/Luau syntax with ll.IntegerToBase64().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.