Share via


BooleanType.FromString(String) 메서드

정의

지정된 문자열에 해당하는 Boolean 값을 반환합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static bool FromString(System::String ^ Value);
public static bool FromString (string? Value);
public static bool FromString (string Value);
static member FromString : string -> bool
Public Shared Function FromString (Value As String) As Boolean
Public Function FromString (Value As String) As Boolean

매개 변수

Value
String

필수 요소. Boolean 값으로 변환할 문자열입니다.

반환

Value에 해당하는 Boolean 값입니다.

설명

이 클래스는 Visual Basic 컴파일러를 지원 하며 코드에서 직접 사용할 수 없습니다.

적용 대상