ProductInfoHeaderValue.TryParse(String, ProductInfoHeaderValue) Yöntem

Tanım

Bir dizenin geçerli ProductInfoHeaderValue bilgi olup olmadığını belirler.

public:
 static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] System::Net::Http::Headers::ProductInfoHeaderValue ^ % parsedValue);
public static bool TryParse (string input, out System.Net.Http.Headers.ProductInfoHeaderValue parsedValue);
public static bool TryParse (string input, out System.Net.Http.Headers.ProductInfoHeaderValue? parsedValue);
static member TryParse : string * ProductInfoHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As ProductInfoHeaderValue) As Boolean

Parametreler

input
String

Doğrulanacak dize.

parsedValue
ProductInfoHeaderValue

ProductInfoHeaderValue Dizenin sürümü.

Döndürülenler

truegeçerli bir bilgiyseinput; değilse, false.ProductInfoHeaderValue

Şunlara uygulanır