System::Net::Http::Headers::ContentDispositionHeaderValue::TryParse metod
ContentDispositionHeaderValue::TryParse method
Försöker konvertera en given sträng till en instans av klassen ContentDispositionHeaderValue.
static bool System::Net::Http::Headers::ContentDispositionHeaderValue::TryParse(String input, System::SharedPtr<ContentDispositionHeaderValue> &parsedValue)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inmatning | String | En sträng att tolka. |
| parsedValue | System::SharedPtr<ContentDispositionHeaderValue>& | En instans där ett parsat objekt kommer att tilldelas. |
ReturnValue
Sant när parsningen har lyckats, annars falskt.
Se även
- Class String
- Typedef SharedPtr
- Class ContentDispositionHeaderValue
- Class ContentDispositionHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.PDF for C++