Parse()

ProductInfoHeaderValue::Parse(String) method

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

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

Arguments

ParameterTypeDescription
inputStringA string to parse.

Return Value

An instance of the ProductInfoHeaderValue class.

See Also