C# Uri Unescape
Description
Uri Unescape
converts the specified string by replacing
any escape sequences with their unescaped representation.
Syntax
Uri.Unescape
has the following syntax.
[ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static UnescapeDataString() to unescape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual string Unescape(
string path
)
Parameters
Uri.Unescape
has the following parameters.
path
- The String to convert.
Returns
Uri.Unescape
method returns A String that contains the unescaped value of the path parameter.