HttpProductInfoHeaderValue.TryParse Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
bool
true , wenn die Eingabe gültige HttpProductInfoHeaderValue-Informationen ist; andernfalls false.