System::Net::Http::Headers::NameValueHeaderValue::Parse method

NameValueHeaderValue::Parse method

Converts a passed string to an instance of the NameValueHeaderValue class.

static System::SharedPtr<NameValueHeaderValue> System::Net::Http::Headers::NameValueHeaderValue::Parse(String input)
ParameterTypeDescription
inputStringA string to parse.

ReturnValue

An instance of the NameValueHeaderValue class.

See Also