ContentRangeHeaderValue.Parse(String) Method

Definition

Converts a string to an ContentRangeHeaderValue instance.

public:
 static System::Net::Http::Headers::ContentRangeHeaderValue ^ Parse(System::String ^ input);
public static System.Net.Http.Headers.ContentRangeHeaderValue Parse (string input);
public static System.Net.Http.Headers.ContentRangeHeaderValue Parse (string? input);
static member Parse : string -> System.Net.Http.Headers.ContentRangeHeaderValue
Public Shared Function Parse (input As String) As ContentRangeHeaderValue

Parameters

input
String

A string that represents content range header value information.

Returns

An ContentRangeHeaderValue instance.

Exceptions

input is a null reference.

input is not valid content range header value information.

Applies to