Freigeben über


HttpProductInfoHeaderValue.TryParse Methode

Definition

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

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

Parameter

input
String

Platform::String

winrt::hstring

Die zu überprüfende Zeichenfolge.

productInfoHeaderValue
HttpProductInfoHeaderValue

Die HttpProductInfoHeaderValue-Version der Zeichenfolge.

Gibt zurück

Boolean

bool

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

Gilt für: