System::Net::Http::Headers::CacheControlHeaderValue::GetCacheControlLength method

CacheControlHeaderValue::GetCacheControlLength method

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

static int32_t System::Net::Http::Headers::CacheControlHeaderValue::GetCacheControlLength(String input, int32_t startIndex, System::SharedPtr<CacheControlHeaderValue> storeValue, System::SharedPtr<CacheControlHeaderValue> &parsedValue)
매개변수형식설명
입력String구문 분석할 문자열.
startIndexint32_t구문 분석을 위한 시작 위치.
storeValueSystem::SharedPtr<CacheControlHeaderValue>구문 분석된 객체에 추가되어야 하는 값입니다.
parsedValueSystem::SharedPtr<CacheControlHeaderValue>&구문 분석된 객체가 할당될 인스턴스입니다.

ReturnValue

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

또 보기