• Encode the array into a binary string

    Parameters

    • array: number[]

      The array

    Returns string

    A binary string with the bytes on the array.

    Remarks

    Array element is truncated into 1 byte.

Generated using TypeDoc