Skip to content

llIntegerToBase64

Function Syntax
string llIntegerToBase64(
  1. integer Value
);

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

Encodes the Value as an 8-character Base64 string.