I have an array of integers:
int[] number = new int[] { 2,3,6,7 };
What is the easiest way of converting these into a single string where
forget about .net 3.5 and use next code in .net core
var result = string.Join(",", ints);