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 バージョン。

戻り値

input が有効な ContentDispositionHeaderValue 情報の場合は true。それ以外の場合は false

適用対象