Sdílet prostřednictvím


ContentRangeHeaderValue.Parse(String) Metoda

Definice

Převede řetězec na ContentRangeHeaderValue instanci.

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

Parametry

input
String

Řetězec, který představuje informace o hodnotě hlavičky rozsahu obsahu.

Návraty

Instance ContentRangeHeaderValue .

Výjimky

inputnull je odkaz.

input není platná informace o hodnotě záhlaví rozsahu obsahu.

Platí pro