ContentRangeHeaderValue.Parse(String) Método

Definição

Converte uma cadeia numa ContentRangeHeaderValue instância.

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

Parâmetros

input
String

Uma cadeia que representa a informação do valor do cabeçalho do intervalo de conteúdo.

Devoluções

Um ContentRangeHeaderValue exemplo.

Exceções

input é uma null referência.

input não é informação válida do valor do cabeçalho do intervalo de conteúdo.

Aplica-se a