decoded String Or Null
Decodes the base64-encoded value to a UTF-8 string, or returns null if not valid UTF-8.
This is the safe version of decodedString that handles binary data gracefully. Use this when the data entry might contain binary (non-text) data.
Return
The decoded UTF-8 string, or null if the bytes are not valid UTF-8