System::Net::Http::Headers::HttpHeaderValueCollection::TryParseAdd method

HttpHeaderValueCollection::TryParseAdd method

Tries to parse a header string representation and add it to the current collection.

bool System::Net::Http::Headers::HttpHeaderValueCollection<T>::TryParseAdd(String input)
ParameterTypeDescription
inputStringThe header string representation.

ReturnValue

True when the parsing is successfully done, otherwise false.

See Also