base64Decode
Decodes the specified string encoded by Base64
Syntax
base64Decode = function(aText);
Parameters
- aText
- functions: encoded string
Returned value
- functions: decoded string
Examples
var decoded = base64Decode('YmFzZTY0'); //decoded = 'base64'