1
Answer

object to comma seperated string

David Fetrow

David Fetrow

8y
331
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)