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

    Function encodeBase64

    • Encodes a string into a Base64-encoded string. The string is first converted into a UTF-8 array and then encoded as Base64 string.

      Parameters

      • input: string

        a string to encode.

      Returns string

      Base64-encoded input