Share via


HttpTransferCodingHeaderValue.TryParse Méthode

Définition

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

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

Paramètres

input
String

Platform::String

winrt::hstring

Chaîne à valider.

transferCodingHeaderValue
HttpTransferCodingHeaderValue

Version HttpTransferCodingHeaderValue de la chaîne.

Retours

Boolean

bool

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

S’applique à