ip-num
    Preparing search index...

    Function hexadecimalStringToHexadecatetString

    • Converts a number in hexadecimal (base 16) to binary hexadecatet string. This means the bits in the output cannot be more than 16

      Parameters

      • hexadecimalString: string

        {string} the number converted to binary hexadecatet string

      Returns string