llBase64ToInteger
function ll.Base64ToInteger(Text: string): numberReturns 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)
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llBase64ToInteger