Logical.ToText

Logical.ToText(logical as nullable logical) as nullable text

从逻辑值 logicalValue(truefalse)创建文本值。如果 logicalValue 不是逻辑值,将引发异常。

示例:

从逻辑 true 创建一个文本值。

使用情况:

Logical.ToText(true)

输出:

"true"

results matching ""

    No results matching ""