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

Определение

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

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

Параметры

input
String

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

parsedValue
RangeConditionHeaderValue

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

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

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

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