System::Uri::IsHexEncoding 方法

Uri::IsHexEncoding method

确定在指定字符串的指定位置的字符是否为十六进制编码。

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

ReturnValue

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

另见