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 | Type | Beskrivning |
|---|---|---|
| inmatning | String | En sträng att parsa. |
| 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.Page for C++