다음을 통해 공유


XmlConvert.ToBoolean(String) 메서드

정의

String을 해당하는 Boolean 값으로 변환합니다.

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

매개 변수

s
String

변환할 문자열입니다.

반환

Boolean

Boolean 값, 즉 true 또는 false입니다.

예외

s이(가) null인 경우

sBoolean 값을 나타내지 않는 경우

설명

유효한 문자열은 "1" 또는 "true", true "0" 또는 "false"입니다 false.

적용 대상