TryParse()

RetryConditionHeaderValue::TryParse(String, System::SharedPtr<RetryConditionHeaderValue>&) method

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

static bool System::Net::Http::Headers::RetryConditionHeaderValue::TryParse(String input, System::SharedPtr<RetryConditionHeaderValue> &parsedValue)

Arguments

ParameterTypeDescription
inputStringA string to parse.
parsedValueSystem::SharedPtr<RetryConditionHeaderValue>&An instance where a parsed object will be assigned.

Return Value

True when the parsing is successfully done, otherwise false.

See Also