System::Net::Http::Headers::StringWithQualityHeaderValue::TryParse method
StringWithQualityHeaderValue::TryParse method
Tries to convert a passed string to an instance of the StringWithQualityHeaderValue class.
static bool System::Net::Http::Headers::StringWithQualityHeaderValue::TryParse(String input, System::SharedPtr<StringWithQualityHeaderValue> &parsedValue)
Parameter | Type | Description |
---|---|---|
input | String | A string to parse. |
parsedValue | System::SharedPtr<StringWithQualityHeaderValue>& | 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 StringWithQualityHeaderValue
- Class StringWithQualityHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.TeX for C++