Logical functions

These functions create and manipulate logical (that is, true/false) values.

Name Description
Logical.From Returns a logical value from a value.
Logical.FromText Returns a logical value of true or false from a text value.
Logical.ToText Returns a text value from a logical value.