ll.IntegerToBase64(Value: number) : string
Returns a string that is a Base64 big endian encode of Value. Encodes the Value as an 8-character Base64 string.
ll.IntegerToBase64(3)
{
"def": "func",
"desc": "Returns a string that is a Base64 big endian encode of Value.\nEncodes the Value as an 8-character Base64 string.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlIntegerToBase64",
"name": "IntegerToBase64",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Value",
"desc": "",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}