Function uricmptohex

  • convert a URLComponent string such like "%67%68" to a hexadecimal string.

    Parameters

    • s: string

      URIComponent string such like "%67%68"

    Returns string

    hexadecimal string

    Example

    uricmptohex("%67%68") -> "6768"