System::Net::Http::Headers::ProductHeaderValue::GetProductLength 메서드
ProductHeaderValue::GetProductLength method
지정된 인덱스부터 전달된 문자열을 ProductHeaderValue 클래스의 인스턴스로 변환합니다.
static int32_t System::Net::Http::Headers::ProductHeaderValue::GetProductLength(String input, int32_t startIndex, System::SharedPtr<ProductHeaderValue> &parsedValue)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 입력 | String | 구문 분석할 문자열. |
| startIndex | int32_t | 구문 분석을 위한 시작 위치. |
| parsedValue | System::SharedPtr<ProductHeaderValue>& | 구문 분석된 객체가 할당될 인스턴스입니다. |
ReturnValue
구문 분석된 하위 문자열의 길이를 반환하며, 그렇지 않으면 0을 반환합니다.
또 보기
- Class String
- Typedef SharedPtr
- Class ProductHeaderValue
- Class ProductHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++