System::UriShim::IsHexEncoding method

UriShim::IsHexEncoding method

检查给定的模式是否为转义的十六进制形式。

static bool System::UriShim::IsHexEncoding(const String &pattern, int32_t index)
ParameterType描述
patternconst String&String 用于读取转义十六进制形式。
索引int32_t给定字符串中的偏移量。

ReturnValue

如果在给定位置存在转义十六进制模式则为 true,否则为 false。

另见