Skip to content

llBase64ToString

function ll.Base64ToString(Text: string): string

Converts a Base64 string to a conventional string.

If the conversion creates any unprintable characters, they are converted to question marks.

Parameters
Text (string)

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

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