System::Net::Http::Headers::NameValueWithParametersHeaderValue::GetNameValueWithParametersLength 메서드

NameValueWithParametersHeaderValue::GetNameValueWithParametersLength method

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

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

ReturnValue

구문 분석된 하위 문자열의 길이를 반환하며, 그렇지 않으면 0을 반환합니다.

또 보기