Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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 error is raised.
Example
Create a text value from the logical true.
Usage
Logical.ToText(true)
Output
"true"