Parse()

WarningHeaderValue::Parse(String) method

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

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

Arguments

ParameterTypeDescription
inputStringA string to parse.

Return Value

An instance of the WarningHeaderValue class.

See Also