ContentRangeHeaderValue.Parse Metoda

Definice

Přetížení

Parse(StringSegment)

Parsuje input se jako ContentRangeHeaderValue hodnota.

Parse(String)

Parse(StringSegment)

Parsuje input se jako ContentRangeHeaderValue hodnota.

public:
 static Microsoft::Net::Http::Headers::ContentRangeHeaderValue ^ Parse(Microsoft::Extensions::Primitives::StringSegment input);
public static Microsoft.Net.Http.Headers.ContentRangeHeaderValue Parse (Microsoft.Extensions.Primitives.StringSegment input);
static member Parse : Microsoft.Extensions.Primitives.StringSegment -> Microsoft.Net.Http.Headers.ContentRangeHeaderValue
Public Shared Function Parse (input As StringSegment) As ContentRangeHeaderValue

Parametry

input
StringSegment

Hodnoty, které chcete analyzovat.

Návraty

ContentRangeHeaderValue

Analyzované hodnoty.

Platí pro

Parse(String)

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

Parametry

input
String

Návraty

ContentRangeHeaderValue

Platí pro