pols-utils - v5.3.11
    Preparing search index...

    Function toString

    • Converts an ArrayBuffer to a string using the specified encoding.

      Parameters

      • data: ArrayBuffer

        The ArrayBuffer to convert.

      • encode: PEncodingType = 'utf-8'

        The character encoding to use. Supported values: "utf-8", "utf-16le", "utf-16be", "iso-8859-1", or "windows-1252". Defaults to "utf-8".

      Returns string

      The decoded string.