Shortest method to convert an array to a string in c#/LINQ [duplicate] April 2, 2023 by Tarik String.Join(",", arr.Select(p=>p.ToString()).ToArray())