Url::Unescape Method (String^, Boolean)

 

Converts an escaped string to an unescaped string.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static String^ Unescape(
	String^ escaped,
	bool isFile
)

Parameters

escaped
Type: System::String^

The string to convert.

isFile
Type: System::Boolean

true if the string represents a file URL; otherwise, false.

Return Value

Type: System::String^

The unescaped string.

This method converts hexadecimal-encoded characters to ASCII and replaces forward slashes to the default directory separator character.

Return to top
Show: