XmlConvert.ToBoolean メソッド
Public Shared Function ToBoolean( _
ByVal s As String _) As Boolean
[C#]
public static bool ToBoolean(strings);
[C++]
public: static bool ToBoolean(String* s);
[JScript]
public static function ToBoolean(
s : String) : Boolean;
パラメータ
- s
変換する文字列。
戻り値
Boolean 値。つまり true または false 。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | s が null 参照 (Visual Basic では Nothing) です。 |
FormatException | s が Boolean 値を表していません。 |
解説
有効な文字列は true に対しては "1" または "true" であり、 false に対しては "0" または "false" です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard