Decodes a Base64 string into the raw string. The Base64 string is first decoded into a UTF-8 array and then converted into a string.
Base64 string.
decoded input.
Decodes a Base64 string into the raw string. The Base64 string is first decoded into a UTF-8 array and then converted into a string.