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