base64decode

Base64-decode a String.


Syntax


Parameters

  • String subject - The String to be Base64-decoded.


Result

  • String - The decoded String.

Returns subject decoded with MIME Base64.