System::Net::Http::Headers::EntityTagHeaderValue::GetEntityTagLength 메서드

EntityTagHeaderValue::GetEntityTagLength method

지정된 인덱스부터 전달된 문자열을 EntityTagHeaderValue 클래스의 인스턴스로 변환합니다.

static int32_t System::Net::Http::Headers::EntityTagHeaderValue::GetEntityTagLength(String input, int32_t startIndex, System::SharedPtr<EntityTagHeaderValue> &parsedValue)
매개변수형식설명
입력String구문 분석할 문자열.
startIndexint32_t구문 분석을 위한 시작 위치.
parsedValueSystem::SharedPtr<EntityTagHeaderValue>&구문 분석된 객체가 할당될 인스턴스입니다.

ReturnValue

구문 분석된 부분 문자열의 길이이며, 그렇지 않으면 0입니다.

또 보기