Thursday, February 07, 2008
« Back To Anonymous Types | Main | When a Codebase Sucks There's Always Jav... »

In response to the previous postingJames Arendt has comment the final word:

static internal String AredntWay(String[] list)
{
   return(String.Join(',',list));
}

Thanks James Arendt!

{6230289B-5BEE-409e-932A-2F01FA407A92}

C# | Wayne