Share via


HttpTransferCodingHeaderValue.TryParse Methode

Definition

Bestimmt, ob eine Zeichenfolge gültige HttpTransferCodingHeaderValue-Informationen ist.

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

Parameter

input
String

Platform::String

winrt::hstring

Die zu überprüfende Zeichenfolge.

transferCodingHeaderValue
HttpTransferCodingHeaderValue

Die HttpTransferCodingHeaderValue-Version der Zeichenfolge.

Gibt zurück

Boolean

bool

true , wenn die Eingabe gültige HttpTransferCodingHeaderValue-Informationen ist; andernfalls false.

Gilt für: