System::Net::Http::Headers::AuthenticationHeaderValue::TryParse 메서드
AuthenticationHeaderValue::TryParse method
전달된 문자열을 AuthenticationHeaderValue 클래스의 인스턴스로 변환하려 시도합니다.
static bool System::Net::Http::Headers::AuthenticationHeaderValue::TryParse(String input, System::SharedPtr<AuthenticationHeaderValue> &parsedValue)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 입력 | String | 구문 분석할 문자열. |
| parsedValue | System::SharedPtr<AuthenticationHeaderValue>& | 구문 분석된 객체가 할당될 인스턴스입니다. |
ReturnValue
구문 분석이 성공적으로 완료되면 true, 그렇지 않으면 false.
또 보기
- Class String
- Typedef SharedPtr
- Class AuthenticationHeaderValue
- Class AuthenticationHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++