Skip to main content
string-base64-decode This is the opposite of the string-base64-encode. It takes the input string which should be an base64 encoded value and converts it back to a normal human readable value. The input can only be a valid base64 encoded value else an exception might occur or an unexpected value can be returned.

Fields

No configurable options available

Sample data

Input dataOutput data
“Zm9vLWJhcg==”“foo-bar”