Partage via


HttpContentRangeHeaderValue.Parse(String) Méthode

Définition

Convertit une chaîne en instance HttpContentRangeHeaderValue.

public:
 static HttpContentRangeHeaderValue ^ Parse(Platform::String ^ input);
 static HttpContentRangeHeaderValue Parse(winrt::hstring const& input);
public static HttpContentRangeHeaderValue Parse(string input);
function parse(input)
Public Shared Function Parse (input As String) As HttpContentRangeHeaderValue

Paramètres

input
String

Platform::String

winrt::hstring

Chaîne qui représente les informations de plage de contenu dans l’en-tête HTTP Content-Range .

Retours

Un instance HttpContentRangeHeaderValue.

Remarques

Voici les exceptions levées par cette fonction.

E_INVALIDARG

Le paramètre d’entrée est null (Nothing en Visual Basic).

Le paramètre d’entrée n’est pas des informations de plage de contenu valides.

S’applique à