Whats the best way to convert a list(of string) to a string with the values seperated by a comma (,)
,
String.Join(",", myListOfStrings.ToArray())