For the complete documentation index, see llms.txt. This page is also available as Markdown.
Cortex XDR 3.x

to_boolean

Learn more about the Cortex Query Language to_boolean() function that converts a string to a boolean.

Syntax

to_boolean(<string>)

Description

The to_boolean() function converts a string that represents a boolean to a boolean value.

The input value to this string must be either TRUE or FALSE, case insensitive.

Example

Last updated

Was this helpful?