Url::Unescape Method (String^, Boolean)
Visual Studio 2015
Converts an escaped string to an unescaped string.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- escaped
-
Type:
System::String^
The string to convert.
- isFile
-
Type:
System::Boolean
true if the string represents a file URL; otherwise, false.
This method converts hexadecimal-encoded characters to ASCII and replaces forward slashes to the default directory separator character.
Show: