string llBase64ToString(string str)
Converts a
Base 64 string to a conventional
string. If the conversion creates any unprintable characters, they are converted to question marks (this behavior is different then
llUnescapeURL).
Compare with
llBase64ToInteger,
llStringToBase64 and
llIntegerToBase64.
Raw Printable Character Ranges
| Decimal | Hex |
| 10 | 0xA |
| 32 -> 127 | 0x20 -> 0x7F |
Functions |
Crypto |
Communications |
Strings