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.





















Home »
  C# Tutorial »
    System »




Array
BitConverter
Boolean
Byte
Char
Console
ConsoleKeyInfo
Convert
DateTime
DateTimeOffset
Decimal
Double
Enum
Environment
Exception
Guid
Int16
Int32
Int64
Math
OperatingSystem
Random
SByte
Single
String
StringComparer
TimeSpan
TimeZone
TimeZoneInfo
Tuple
Tuple
Tuple
Type
UInt16
UInt32
UInt64
Uri
Version