1
Answer

object to comma seperated string

Photo of David Fetrow

David Fetrow

8y
694
1

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)