System::Net::Http::Headers::ProductInfoHeaderValue::TryParse method

ProductInfoHeaderValue::TryParse method

Tries to convert a passed string to an instance of the ProductInfoHeaderValue class.

static bool System::Net::Http::Headers::ProductInfoHeaderValue::TryParse(String input, System::SharedPtr<ProductInfoHeaderValue> &parsedValue)
ParameterTypeDescription
inputStringA string to parse.
parsedValueSystem::SharedPtr<ProductInfoHeaderValue>&An instance where a parsed object will be assigned.

ReturnValue

True when the parsing is successfully done, otherwise false.

See Also