Поделиться через


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

Определение

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

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

Параметры

input
String

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

parsedValue
CacheControlHeaderValue

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

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

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

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