English
Appearance
Decodes an encoded base64 string to a plain string.
encodedStr::string
string
decodeBase64('dGhpcyBpcyB0ZXN0'); // Returns 'this is test'