Skip to content

llBase64ToInteger

function ll.Base64ToInteger(Text: string): number

Returns an integer that is the Text, Base64 decoded as a big endian integer.

Returns zero if Text is longer then 8 characters. If Text contains fewer then 6 characters, the return value is unpredictable.

Parameters
Text (string)

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

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