The FROM_BASE64() function decodes the "String" argument from its base-64 encoded form back into a string with the current character set and collation of the connection.
If the value of "String" is an empty string, the function returns an empty string.
If the value of "String" is NULL or contains an invalid value, the TO_BASE64() function returns NULL..
The TO_BASE64() function is used to convert character strings to their Base-64 encoding. |