System::Uri::IsHexEncoding 메서드

Uri::IsHexEncoding method

지정된 문자열의 지정된 위치에 있는 문자가 16진수로 인코딩되어 있는지 여부를 판단합니다.

static bool System::Uri::IsHexEncoding(const String &pattern, int32_t index)
매개변수형식설명
패턴const String&검사할 문자열
indexint32_t테스트할 문자의 0 기반 위치

ReturnValue

지정된 문자가 16진수 인코딩되어 있으면 true, 그렇지 않으면 false

또 보기