Binary Raw - Docs
    Preparing search index...

    Function isPrintable

    • Returns true if byte corresponds to a printable ASCII character. Range: 0x20 (space) – 0x7E (~). Bytes outside this range are displayed as '.' in the ASCII column.

      Parameters

      • byte: number

      Returns boolean