base64Decode ( string txt ) : string
Decode in base 64
Example
console(base64Decode("SGVsbG8gV29ybGQh")) // -> Hello World!
Parameters
txt
The text to decode.
Decode in base 64
console(base64Decode("SGVsbG8gV29ybGQh")) // -> Hello World!