BooleanType.FromString(String) 메서드

정의

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

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

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

매개 변수

Value
String

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

반품

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

설명

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

적용 대상