Function hexToBin

  • Converts a hexadecimal number to a binary number.

    Parameters

    • n: string

      A hexadecimal number.

    Returns string

    The relative binary number.