ContentDispositionHeaderValue.TryParse Метод

Определение

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

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

Параметры

input
String

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

parsedValue
ContentDispositionHeaderValue

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

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

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

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