Logical Functions
Logical.FromText
Syntax Logical.FromText(text as nullable text) as nullable logical Description Creates a logical value from the …
Logical.ToText
Syntax Logical.ToText(logicalValue as nullable logical) as nullable text Description Creates a text value from the …
Logical.From
Syntax Logical.From(value as any) as nullable logical Description Returns a logical value from the given …