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
)
参数
- escaped
类型:System.String
要转换的字符串。
- isFile
类型:System.Boolean
true ,如果该字符串表示文件 URL;否则, false。
返回值
类型:System.String
非转义字符串。
备注
此方法将十六进制编码字符转换为 ASCII 和替换斜杠对默认目录分隔符字符。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。