Uri.UnescapeComponent(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
转换指定的字符串,方法是将任何转义序列替换为相应的未转义表示形式。
public:
static Platform::String ^ UnescapeComponent(Platform::String ^ toUnescape);
static winrt::hstring UnescapeComponent(winrt::hstring const& toUnescape);
public static string UnescapeComponent(string toUnescape);
function unescapeComponent(toUnescape)
Public Shared Function UnescapeComponent (toUnescape As String) As String
参数
- toUnescape
-
String
Platform::String
winrt::hstring
要转换的字符串。
返回
stringToUnescape 的未转义表示形式。
注解
如果希望仅包含组件的用户可读字符串(例如仅 路径 值)未转义,请使用 UnescapeComponent 作为实用工具。