StringWithQualityHeaderValue.TryParseStrictList 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試使用字串剖析規則將值序列剖析為 序列 StringWithQualityHeaderValue 。
public:
static bool TryParseStrictList(System::Collections::Generic::IList<System::String ^> ^ input, [Runtime::InteropServices::Out] System::Collections::Generic::IList<Microsoft::Net::Http::Headers::StringWithQualityHeaderValue ^> ^ % parsedValues);
public static bool TryParseStrictList (System.Collections.Generic.IList<string> input, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.StringWithQualityHeaderValue> parsedValues);
public static bool TryParseStrictList (System.Collections.Generic.IList<string>? input, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.StringWithQualityHeaderValue>? parsedValues);
static member TryParseStrictList : System.Collections.Generic.IList<string> * IList -> bool
Public Shared Function TryParseStrictList (input As IList(Of String), ByRef parsedValues As IList(Of StringWithQualityHeaderValue)) As Boolean
參數
- parsedValues
- IList<StringWithQualityHeaderValue>
剖析的值。
傳回
true
如果所有輸入都是有效的 StringWithQualityHeaderValue ,則為 ,否則 false
為 。