Hex

IntFromHexStr

IntFromHexStr Description Parse a hexadecimal string into an integer. This parser expects hexadecimal digits only and does not accept a 0x prefix.

Read More

IntToHexStr

IntToHexStr Description Convert an integer to a hexadecimal string.

Read More