Partager via


HttpContentCodingHeaderValue.TryParse Méthode

Définition

Détermine si une chaîne est des informations HttpContentCodingHeaderValue valides.

public:
 static bool TryParse(Platform::String ^ input, [Out] HttpContentCodingHeaderValue ^ & contentCodingHeaderValue);
 static bool TryParse(winrt::hstring const& input, [Out] HttpContentCodingHeaderValue const& & contentCodingHeaderValue);
public static bool TryParse(string input, out HttpContentCodingHeaderValue contentCodingHeaderValue);
Public Shared Function TryParse (input As String, ByRef contentCodingHeaderValue As HttpContentCodingHeaderValue) As Boolean

Paramètres

input
String

Platform::String

winrt::hstring

Chaîne à valider.

contentCodingHeaderValue
HttpContentCodingHeaderValue

Version HttpContentCodingHeaderValue de la chaîne.

Retours

Boolean

bool

true si l’entrée est des informations HttpContentCodingHeaderValue valides ; sinon, false.

S’applique à