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 문자열의 버전입니다.

반품

유효한 정보이면 그렇지 않으면 .입니다.

적용 대상