Skip to main content
Stack Overflow
  1. About
  2. For Teams

Timeline for convert string array to string

Current License: CC BY-SA 2.5

9 events
when toggle format what by license comment
Nov 11, 2013 at 4:48 review Suggested edits
Nov 11, 2013 at 4:51
Nov 11, 2013 at 4:47 comment added now he who must not be named. Great answer. Though, I would suggest to use string.Join(string.Empty, test) rather than using an empty-paranthesis.
Sep 20, 2013 at 10:56 comment added drpawelo I also needed to put a separator in between my strings (coma and space) so I used: var separator = ", "; string.Join(separator , test);
May 12, 2012 at 10:19 vote accept Community Bot moved from User.Id=522860 by developer User.Id=50049
Feb 1, 2011 at 4:36 vote accept Community Bot moved from User.Id=522860 by developer User.Id=50049
May 12, 2012 at 10:18
Jan 30, 2011 at 7:15 comment added Dave Ward Thanks. I didn't notice the trailing space, even though I copy pasted it right into my answer.
Jan 30, 2011 at 6:58 comment added jamesmortensen +1 - I removed the space in the Join to make this correct, as pointed out by @davidg
Jan 30, 2011 at 6:58 history edited jamesmortensen CC BY-SA 2.5
edited answer to make it correct as I upvoted it and too much time passed to undo it. Quotes shouldn't contain space in the Join.
Jan 30, 2011 at 5:54 history answered Dave Ward CC BY-SA 2.5

AltStyle によって変換されたページ (->オリジナル) /