System::UriShim::IsHexEncoding 메서드

UriShim::IsHexEncoding method

주어진 패턴이 이스케이프된 16진수 형태인지 확인합니다.

static bool System::UriShim::IsHexEncoding(const String &pattern, int32_t index)
매개변수형식설명
patternconst String&String에서 이스케이프된 16진수 형태를 읽기 위해.
indexint32_t주어진 문자열의 오프셋.

ReturnValue

주어진 위치에 이스케이프된 16진수 패턴이 있으면 true, 그렇지 않으면 false.

또 보기