Url.Unescape 方法

将一个转义字符串转换为非转义字符串。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Shared Function Unescape ( _
    escaped As String, _
    isFile As Boolean _
) As String
public static string Unescape(
    string escaped,
    bool isFile
)

参数

  • isFile
    类型:System.Boolean
    true ,如果该字符串表示文件 URL;否则, false。

返回值

类型:System.String
非转义字符串。

备注

此方法将十六进制编码字符转换为 ASCII 和替换斜杠对默认目录分隔符字符。

.NET Framework 安全性

请参见

参考

Url 类

Microsoft.VisualStudio.Shell 命名空间