Thursday, February 7, 2008

Comma Delimited String From An Array -- The Final Word

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}

No comments:

Post a Comment