XmlConvert.ToBoolean(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
值,即 true
或 false
。
例外
s
为 null
。
s
不代表 Boolean
值。
注解
有效字符串为“1”或“true”,true
对于“0”或“false”。false