ienumerable to string c# code example Example: ienumerable to string c# var singleString = string.Join(",", _values.ToArray() );