Power Query
Search…
published
Introduction
Accessing Data
Action
Binary
Binary Formats
Combiner
Comparer
Cube
Date
Date Time
Date Time Zone
Diagnostics
Duration
Error
Expression
Function
Lines
List
Logical
Logical.From
Logical.FromText
Logical.ToText
Metadata
Number
Record
Replacer
Splitter
Table
Text
Time
Type
Uri
Values
Powered By
GitBook
Logical.ToText
Logical.ToText
Returns the text "true" or "false" given a logical value.
function (optional
logicalValue
as nullable any) as nullable any
Description
Creates a text value from the logical value
logicalValue
, either
true
or
false
. If
logicalValue
is not a logical value, an exception is thrown.
Category
Logical
Examples
Create a text value from the logical
true
.
1
Logical.ToText(true)
Copied!
"true"
Previous
Logical.FromText
Next
Metadata
Last modified
3yr ago
Copy link
Contents
Logical.ToText
Description
Category
Examples