BoolToStr

Description

Converts a specified Boolean value to the string “True” or “False” and returns the result.

Syntax

BoolToStr(Expression: Boolean): String 

Example

BoolToStr(1)

Return value is True