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