共用方式為


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 值,為 truefalse

例外狀況

snull

s 不表示為 Boolean 值。

備註

的有效字串為 「1」 或 「true」,而 「0」 true 或 「false」 則為 false

適用於