AuthenticationHeaderValue.TryParse(String, AuthenticationHeaderValue) Methode

Definition

Bestimmt, ob eine Zeichenfolge eine gültige AuthenticationHeaderValue-Information ist.

public:
 static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] System::Net::Http::Headers::AuthenticationHeaderValue ^ % parsedValue);
public static bool TryParse (string input, out System.Net.Http.Headers.AuthenticationHeaderValue parsedValue);
public static bool TryParse (string? input, out System.Net.Http.Headers.AuthenticationHeaderValue? parsedValue);
static member TryParse : string * AuthenticationHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As AuthenticationHeaderValue) As Boolean

Parameter

input
String

Die zu überprüfende Zeichenfolge.

parsedValue
AuthenticationHeaderValue

Die AuthenticationHeaderValue-Version der Zeichenfolge.

Gibt zurück

true, wenn input eine gültige AuthenticationHeaderValue-Information ist; andernfalls false.

Gilt für: