LlStringToBase64
From Second Life Wiki
(Redirected from LSL llStringToBase64)
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Contents |
Description
Function: string llStringToBase64( string str );| 260 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns a string that is the Base64 representation of the str
| • string | str |
To go in the other direction, use llBase64ToString.
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

