Format the set as a delimited, quoted string, minimizing the use of quotation marks
void formatAsSimpleString(DString& dest, char delimiter = ' ', char quote = '\"') const;
DStringSet Class