SyntaxFix
Write A Post
Hire A Developer
Questions
You can join your array using the following:
string.Join(",", Client);
Then you can output anyway you want. You can change the comma to what ever you want, a space, a pipe, or whatever.