Declaration
public static string UrlUnescape(
this string input
)
Summary
Reverses the escaping performed by
StringExtensions.UrlEscape(this string) by decoding hexadecimal URL escape sequences into
their original characters.
Parameters
this string | input |
String containing URL escape sequences to be decoded. |
Returns
The specified string with all URL escape sequences decoded.
See also