المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : string array into one line string



C# Programming
04-23-2009, 11:12 AM
Hi! I have a string array in which every item is something like that:
arr[i] = "(" + List1.Items[i].ToString() + ")";
How can turn this array into one line string, for example: (Item1), (Item2), (Item3)? (I put the commas (+ ", " +))

Thanks!

"Good artists copy, great artists steal."