BoolToStr

Description

Returns a Boolean value converted to True or False. Returns False if the input does not represent a Boolean value.

Syntax

BoolToStr(Expression:Boolean):String 

Example

BoolToStr(1)

Return value is True.