Navigation: ESL Documentation > ESL Programmers Guide > ESL Language Elements > Type Conversions
When a boolean value is used where a string value is expected, the value true will be converted to the string value "true", and the boolean value false will be converted to the string value "false".