• 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.

    Parameters

    • input: string

      Base64 string.

    Returns string

    decoded input.