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

EntityTagHeaderValue::TryParse method

전달된 문자열을 EntityTagHeaderValue 클래스의 인스턴스로 변환하려고 시도합니다.

static bool System::Net::Http::Headers::EntityTagHeaderValue::TryParse(String input, System::SharedPtr<EntityTagHeaderValue> &parsedValue)
매개변수형식설명
입력String구문 분석할 문자열.
parsedValueSystem::SharedPtr<EntityTagHeaderValue>&구문 분석된 객체가 할당될 인스턴스입니다.

ReturnValue

구문 분석이 성공적으로 완료되면 true, 그렇지 않으면 false.

또 보기