System::Uri::IsHexEncoding 方法

Uri::IsHexEncoding method

确定指定字符串中指定位置的字符是否已进行十六进制编码。

static bool System::Uri::IsHexEncoding(const String &pattern, int32_t index)
ParameterType描述
模式const String&要检查的字符串
索引int32_t要测试的字符的零基位置

ReturnValue

如果指定字符是十六进制编码则为 true,否则为 false

另见