• Converts a base64 string to text (utf8). This function does not check if the input value is a valid base64 string. If there are unsupported characters they could be ignored and the result may be unexpected.

    Parameters

    • value: string

      The base64 string to convert.

    Returns string

    The converted text.