TryParse()

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

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

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

Arguments

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

Return Value

True when the parsing is successfully done, otherwise false.

See Also