Function bytes

  • Convert a string to Uint8Array, each character must have a char code between 0-255.

    Parameters

    • s: string

      string that with only Latin1 character to convert

    Returns Uint8Array

    result Uint8Array

Generated using TypeDoc