Содержание

base64Decode

Decodes the specified string encoded by Base64

Syntax

base64Decode = function(aText);

Parameters

Returned value

Examples

  1. var decoded = base64Decode('YmFzZTY0');
    //decoded = 'base64'