Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Syntax
Logical.ToText(logicalValue as nullable logical) as nullable text
About
Creates a text value from the logical value logicalValue, either true or false. If logicalValue is not a logical value, an exception is thrown.
Example 1
Create a text value from the logical true.
Usage
Logical.ToText(true)
Output
"true"