System::Net::Http::Headers::ContentRangeHeaderValue::Parse method

ContentRangeHeaderValue::Parse method

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

static System::SharedPtr<ContentRangeHeaderValue> System::Net::Http::Headers::ContentRangeHeaderValue::Parse(String input)
ParameterTypeDescription
inputStringA string to parse.

ReturnValue

An instance of the ContentRangeHeaderValue class.

See Also