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'
I am using the following and the string is after the code
string words = string.Join(" ,", ActionType.NotEqual.ToArray());
This gives car, bus,plane
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ehsan SajjadPosted Aug 31, 2016, 2:58 PM