QueryUnescape does the inverse transformation of QueryEscape, converting each 3-byte encoded substring of the form "%AB" into the hex-decoded byte 0xAB.
It throw an error if any % is not followed by two hexadecimal digits.
EscapeException
Generated using TypeDoc
QueryUnescape does the inverse transformation of QueryEscape, converting each 3-byte encoded substring of the form "%AB" into the hex-decoded byte 0xAB.
It throw an error if any % is not followed by two hexadecimal digits.
Throws
EscapeException