Skip to content

llIntegerToBase64

string llIntegerToBase64(integer Value)

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

Encodes the Value as an 8-character Base64 string.

Parameters
Value (integer)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here