Append a field-value pair (appends the field name, then appends the value)
void appendField(const char * f, const char * v);
DStringSet Class