Bagikan melalui


AuthenticationHeaderValue.TryParse(String, AuthenticationHeaderValue) Metode

Definisi

Menentukan apakah string adalah informasi yang valid AuthenticationHeaderValue .

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

String yang akan divalidasi.

Mengembalikan

true jika input adalah informasi yang valid AuthenticationHeaderValue ; jika tidak, false.

Berlaku untuk