convert a URLComponent string such like "%67%68" to a hexadecimal string.
URIComponent string such like "%67%68"
hexadecimal string
uricmptohex("%67%68") -> "6768" Copy
uricmptohex("%67%68") -> "6768"
convert a URLComponent string such like "%67%68" to a hexadecimal string.