Function hextouricmp

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

    Parameters

    • s: string

      hexadecimal string

    Returns string

    URIComponent string such like "%67%68"

    Example

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