Parse()

NameValueHeaderValue::Parse(String) method

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

static System::SharedPtr<NameValueHeaderValue> System::Net::Http::Headers::NameValueHeaderValue::Parse(String input)

Arguments

ParameterTypeDescription
inputStringA string to parse.

Return Value

An instance of the NameValueHeaderValue class.

See Also