Faire un Join sur un ArrayList

2007-07-11 #code-snippets#csharp

string texts = string.Join(",", (string[]) myArrayList.ToArray(typeof(string)));;