Partager via


HttpProductInfoHeaderValue.Parse(String) Méthode

Définition

Convertit une chaîne en instance HttpProductInfoHeaderValue.

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

Paramètres

input
String

Platform::String

winrt::hstring

Chaîne qui représente les informations sur le produit.

Retours

Un instance HttpProductInfoHeaderValue.

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 produit valides.

S’applique à