ll.Base64ToString

ll.Base64ToString(Text: string) : string

Converts a Base64 string to a conventional string. If the conversion creates any unprintable characters, they are converted to question marks.

Example

ll.Base64ToString('test')
{
  "def": "func",
  "desc": "Converts a Base64 string to a conventional string.\nIf the conversion creates any unprintable characters, they are converted to question marks.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlBase64ToString",
  "name": "Base64ToString",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "string"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Text",
          "desc": "",
          "type": [
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll