다음을 통해 공유


TypeConverter.TryParse(String, Type) 메서드

정의

제공된 형식 문자열을 구문 분석합니다.

public bool TryParse (string formatted, out Type result);
member this.TryParse : string * Type -> bool
Public Function TryParse (formatted As String, ByRef result As Type) As Boolean

매개 변수

formatted
String

형식이 지정된 형식 이름입니다.

result
Type

결과입니다.

반환

true 형식이 구문 분석되고 로드되었으면 이고, 그렇지 않으면 false입니다.

적용 대상