String base64Encode(String str)
Arguments
str: The string to encode
Usage
Encodes the input string in base64 encoding, and returns the encoded string.
str: The string to encodeEncodes the input string in base64 encoding, and returns the encoded string.