HtmlEscape(input, leaveSingleQuotesAlone, leaveDoubleQuotesAlone) Indent(str, by, indentFirstLine) ParseInt(str, default_, style, provider) Replace(str, oldValue, newValue, comparison)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: string UrlUnescape(this string)Declarationpublic 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. Parametersthis string | input |
String containing URL escape sequences to be decoded. |
Returns
The specified string with all URL escape sequences decoded. See also |