StringType.FromBoolean(Boolean) 方法

定义

返回与指定的 String 相对应的 Boolean 值。

此 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

返回

Value 对应的 String 值。

注解

此类支持 Visual Basic 编译器,不应直接从代码使用。

适用于