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

    Function toArrayBuffer

    • Converts a string into an ArrayBuffer.

      Parameters

      • value: string

        The target string.

      • enconding: BufferEncoding = 'utf-8'

        The encoding format. Defaults to 'utf-8'.

      Returns ArrayBuffer

      An ArrayBuffer representation of the string.