System::Net::Http::Headers::NameValueWithParametersHeaderValue::Parse method

NameValueWithParametersHeaderValue::Parse method

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

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

ReturnValue

An instance of the NameValueWithParametersHeaderValue class.

See Also