the BigInteger number
the hexadeciaml string
Converts number in binary string to hexadecimal string
in binary string
num in hexadecimal string
Given an IPv6 number in hexadecimal notated string, e.g 2001:0db8:0000:0000:0000:0000:0000:0000 converts it to binary string
IPv6 string
the binary value of the given ipv6 number in string
Converts a number in hexadecimal (base 16) to binary string
the number in base 16
the number converted to base 2
Converts a number in hexadecimal (base 16) to binary hexadecatet string. This means the bits in the output cannot be more than 16
the number converted to binary hexadecatet string
Converts a given IPv6 number expressed in the hexadecimal string notation into a 16 bit binary number in string
the IPv6 number
the IPv6 number converted to binary string
Generated using TypeDoc
Converts a given BigInteger number to a hexadecimal string