共用方式為


StringType.FromBoolean(Boolean) 方法

定義

傳回對應於指定之 StringBoolean 值。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

Value
Boolean

必要。 Boolean 表示轉換為 String 值。

傳回

對應於 ValueString 值。

備註

這個類別支援 Visual Basic 編譯程式,不適合直接從程式代碼使用。

適用於