String base64Decode(String str)
Arguments
str: The string to decode
Usage
Decodes the input string, which must be in base64 encoding, and returns the original data.
str: The string to decodeDecodes the input string, which must be in base64 encoding, and returns the original data.