System::Net::Http::Headers::RetryConditionHeaderValue::TryParse method
RetryConditionHeaderValue::TryParse method
Tries to convert a passed string to an instance of the RetryConditionHeaderValue class.
static bool System::Net::Http::Headers::RetryConditionHeaderValue::TryParse(String input, System::SharedPtr<RetryConditionHeaderValue> &parsedValue)
| Parameter | Type | Description | 
|---|---|---|
| input | String | A string to parse. | 
| parsedValue | System::SharedPtr<RetryConditionHeaderValue>& | An instance where a parsed object will be assigned. | 
ReturnValue
True when the parsing is successfully done, otherwise false.
See Also
- Class String
 - Typedef SharedPtr
 - Class RetryConditionHeaderValue
 - Class RetryConditionHeaderValue
 - Namespace System::Net::Http::Headers
 - Library Aspose.PDF for C++