map.apps Bundle APIs 4.20.0
    Preparing search index...

    Function decodeBase64

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