다음을 통해 공유


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입니다.

적용 대상