NameValueHeaderValue.TryParseList Metoda

Definice

Pokouší se parsovat posloupnost hodnot jako posloupnost NameValueHeaderValue.

public:
 static bool TryParseList(System::Collections::Generic::IList<System::String ^> ^ input, [Runtime::InteropServices::Out] System::Collections::Generic::IList<Microsoft::Net::Http::Headers::NameValueHeaderValue ^> ^ % parsedValues);
public static bool TryParseList (System.Collections.Generic.IList<string> input, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue> parsedValues);
public static bool TryParseList (System.Collections.Generic.IList<string>? input, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue>? parsedValues);
static member TryParseList : System.Collections.Generic.IList<string> * IList -> bool
Public Shared Function TryParseList (input As IList(Of String), ByRef parsedValues As IList(Of NameValueHeaderValue)) As Boolean

Parametry

input
IList<String>

Hodnoty, které chcete analyzovat.

parsedValues
IList<NameValueHeaderValue>

Parsované hodnoty.

Návraty

Boolean

true pokud jsou všechny vstupy platné NameValueHeaderValue, jinak false.

Platí pro