Aracılığıyla paylaş


ProductHeaderValue.Parse(String) Yöntem

Tanım

Bir dizeyi örneğe ProductHeaderValue dönüştürür.

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

Parametreler

input
String

Ürün üst bilgisi değer bilgilerini temsil eden bir dize.

Döndürülenler

Bir ProductHeaderValue örnek.

Şunlara uygulanır