You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The boolean object represents a true or false value and includes boolean functions to transform and compare, and a function to convert to a string type

NameDescriptionParametersReturn TypeUsage Examples
AndReturns logical AND of current boolean value with specified value
boolean

OrReturns logical OR of current boolean value with specified value
boolean

NotNegates current boolean value
boolean

ToStringParses current boolean to a string, allowing string operations and functions
string







  • No labels