Login
Products
Sales
Support
Downloads
About
Home
»
Technical Support
»
Elevate Web Builder Technical Support
»
Product Manuals
»
Elevate Web Builder 3 Manual
»
Function and Procedure Reference
»
BoolToStr
BoolToStr
Unit:
WebCore
Available In:
Client and Server Applications
function BoolToStr(Value: Boolean): String
The
BoolToStr
function returns 'True' if the input parameter is true, and 'False' if the input parameter is False. The return value is a String value.
Examples
X := BoolToStr(True); // X is 'True'
More Support Options
Support Forums
Frequently Asked Questions
Technical Bulletins
Technical Articles
Incident Reports
Roadmap