boolText
Returns the text that represents the boolean value described by the parameters, such as "yes" or "on".
static const char* boolText (Bool test,
BoolSet set = trueFalse)
BoolSet set = trueFalse)
- test
- A boolean value, defined in this structure, that has one of two values, chosen from a set of values given by set.
- set
- An enumeration, defined in this structure, that indicates from which pair of values test is selected. The default is to use true and false.