Try Install Learn Blog API Packages GitHub
Pages
core

Search
Entities

Bool

Functions

toString
(
item
:
Bool
)
:
String

Converts a boolean to a string.

Bool.toString(true) == "true"
Bool.toString(false) == "false"