Parse()

ProductHeaderValue::Parse(String) method

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

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

Arguments

ParameterTypeDescription
inputStringA string to parse.

Return Value

An instance of the ProductHeaderValue class.

See Also