共用方式為


EntityTagHeaderValue.Parse(String) 方法

定義

將字串轉換為 EntityTagHeaderValue 執行個體。

public:
 static System::Net::Http::Headers::EntityTagHeaderValue ^ Parse(System::String ^ input);
public static System.Net.Http.Headers.EntityTagHeaderValue Parse (string input);
public static System.Net.Http.Headers.EntityTagHeaderValue Parse (string? input);
static member Parse : string -> System.Net.Http.Headers.EntityTagHeaderValue
Public Shared Function Parse (input As String) As EntityTagHeaderValue

參數

input
String

代表實體標記標頭值資訊的字串。

傳回

EntityTagHeaderValue 執行個體。

例外狀況

inputnull 參考。

input 不是有效的實體標記標頭值資訊。

適用於