URL Encode String
Convert text into a format safe for transmission over the Internet. Replaces unsafe characters with a "%" followed by two hexadecimal digits.
Encode text for use in URLs. Convert special characters to % hex code.
Convert text into a format safe for transmission over the Internet. Replaces unsafe characters with a "%" followed by two hexadecimal digits.