David Fetrow

David Fetrow

  • NA
  • 16
  • 990

object to comma seperated string

Aug 31 2016 2:13 PM

I am using the following and the string is after the code

string words = string.Join(" ,", ActionType.NotEqual.ToArray());

This gives car, bus,plane

 
I need the single quotes
 
'car', 'bus',' plane' 

Answers (1)