Decodes characters from URL format, replacing the plus (+) character with white space and the %xx sequence with the character that corresponds to the hexadecimal value xx.
url-encoded string is the string of characters in URL format that you want the VI to decode.
string is the string of characters after the VI decodes them.