var result = string.Join(",", arr);
string fruit = "Apple,Banana,Orange,Strawberry"; string[] split = fruit.Split(',');