• Convert a string of binary 1's and 0's to equivalent hexadecimal number

    Parameters

    • binary: string

      string of 1's and 0's, length must be multiple of 4

    Returns string

    hexadecimal equivalent

Generated using TypeDoc