Converts a base64 string to text (utf8). This function does not check if the input value is a valid base64 string. If there are unsupported characters they could be ignored and the result may be unexpected.
The base64 string to convert.
The converted text.
Converts a base64 string to text (utf8). This function does not check if the input value is a valid base64 string. If there are unsupported characters they could be ignored and the result may be unexpected.