Freigeben über


HttpProductHeaderValue.TryParse(String, HttpProductHeaderValue) Methode

Definition

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

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

Parameter

input
String

Platform::String

winrt::hstring

Die zu überprüfende Zeichenfolge.

productHeaderValue
HttpProductHeaderValue

Die HttpProductHeaderValue-Version der Zeichenfolge.

Gibt zurück

Boolean

bool

true , wenn die Eingabe gültige HttpProductHeaderValue-Informationen ist; Andernfalls false.

Gilt für: