System::Net::Http::Headers::ContentDispositionHeaderValue::TryParse methode
ContentDispositionHeaderValue::TryParse method
Probeert een doorgegeven string te converteren naar een instantie van de ContentDispositionHeaderValue klasse.
static bool System::Net::Http::Headers::ContentDispositionHeaderValue::TryParse(String input, System::SharedPtr<ContentDispositionHeaderValue> &parsedValue)
| Parameter | Type | Beschrijving |
|---|---|---|
| invoer | String | Een tekenreeks om te parseren. |
| parsedValue | System::SharedPtr<ContentDispositionHeaderValue>& | Een instantie waar een geparseerd object aan wordt toegewezen. |
ReturnValue
True wanneer het parseren succesvol is voltooid, anders false.
Zie ook
- Class String
- Typedef SharedPtr
- Class ContentDispositionHeaderValue
- Class ContentDispositionHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++