ProductInfoHeaderValue.TryParse(String, ProductInfoHeaderValue) Méthode

Définition

Détermine si une chaîne est valide ProductInfoHeaderValue .

public:
 static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] System::Net::Http::Headers::ProductInfoHeaderValue ^ % parsedValue);
public static bool TryParse(string input, out System.Net.Http.Headers.ProductInfoHeaderValue parsedValue);
public static bool TryParse(string input, out System.Net.Http.Headers.ProductInfoHeaderValue? parsedValue);
static member TryParse : string * ProductInfoHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As ProductInfoHeaderValue) As Boolean

Paramètres

input
String

Chaîne à valider.

parsedValue
ProductInfoHeaderValue

Version ProductInfoHeaderValue de la chaîne.

Retours

true s’il input s’agit d’informations valides ProductInfoHeaderValue ; sinon, false.

S’applique à