Parse()

NameValueWithParametersHeaderValue::Parse(String) method

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

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

Arguments

ParameterTypeDescription
inputStringA string to parse.

Return Value

An instance of the NameValueWithParametersHeaderValue class.

See Also