Parse()

RetryConditionHeaderValue::Parse(String) method

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

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

Arguments

ParameterTypeDescription
inputStringA string to parse.

Return Value

An instance of the RangeHeaderValue class.

See Also