Skip to content

llBase64ToInteger

Function Syntax
integer llBase64ToInteger(
  1. string Text
);

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.