base64.encode
(since 1.0)
Encode a string in base64
Description
string
base64.encode
(
string string )
Used to encode a string in base64
Parameters
string
The string to encore
Return values
The encoded string
Examples
var xxx = Ape.base64.encode('foo');
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
