Compartilhar via


ContentRangeHeaderValue.Parse Método

Definição

Sobrecargas

Parse(StringSegment)

input Analisa como um ContentRangeHeaderValue valor.

Parse(String)

Parse(StringSegment)

Origem:
ContentRangeHeaderValue.cs
Origem:
ContentRangeHeaderValue.cs
Origem:
ContentRangeHeaderValue.cs

input Analisa como um ContentRangeHeaderValue valor.

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

Parâmetros

input
StringSegment

Os valores a serem analisados.

Retornos

Os valores analisados.

Aplica-se a

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

Parâmetros

input
String

Retornos

Aplica-se a