Uri.UnescapeComponent Method

Converts the specified string by replacing any escape sequences with their unescaped representation.

Syntax

public:
static String^ UnescapeComponent(
         String^ toUnescape
)  

Parameters

toUnescape
Type: String 

  The string to convert.

Return value

Type: String 

  The unescaped representation of stringToUnescape.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Uri Class

Uri Members

Windows.Foundation Namespace