Function UTF8ByteArrayToString

  • UTF8ByteArrayToString(bytes: Uint8Array | number[]): string
  • Converts a UTF-8 byte array to JavaScript's 16-bit Unicode.

    Since

    4.0.0

    Version

    2021-12-11

    Parameters

    • bytes: Uint8Array | number[]

    Returns string

Generated using TypeDoc