ProductInfoHeaderValue.TryParse(String, ProductInfoHeaderValue) Метод

Определение

Определяет, является ли строка допустимыми сведениями ProductInfoHeaderValue.

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

Параметры

input
String

Проверяемая строка.

parsedValue
ProductInfoHeaderValue

Версия ProductInfoHeaderValue строки.

Возвращаемое значение

true, если input представляет допустимые сведения ProductInfoHeaderValue. В противном случае — false.

Применяется к