System::Net::Http::Headers::WarningHeaderValue::Parse method

WarningHeaderValue::Parse method

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

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

ReturnValue

An instance of the WarningHeaderValue class.

See Also