BoolValueFormatter
class BoolValueFormatter : public ValueFormatter {
BoolValueFormatter();
virtual ~BoolValueFormatter();
BoolValueFormatter* formatter = new(std::nothrow) BoolValueFormatter;
BoolValueFormatter::BoolValueFormatter()
BoolValueFormatter::~BoolValueFormatter()
BoolValueFormatter::FormatValue(Value* _value, BString& _output)