SyntaxFix
Write A Post
Hire A Developer
Questions
My suggestion:
using System.Linq; string myStringOutput = String.Join(",", myArray.Select(p => p.ToString()).ToArray());
reference: https://coderwall.com/p/oea7uq/convert-simple-int-array-to-string-c