Consumes a string and outputs boolean "true" if the text represents a human readable version of "true...
static bool is_valid_false(const String &value)
static bool is_valid_true(const String &value)
virtual void set(const String &input) override
Consumes a boolean value and outputs one the appropriate truth string specified in the constructor....
TruthToText(const String &true_value="ON", const String &false_value="OFF")
virtual void set(const bool &input) override