Comma Delimited String From An Array -- The Final Word
In response to the previous posting. James Arendt has comment the final word:
static internal String AredntWay(String[] list)
{
return(String.Join(',',list));
}
Thanks James Arendt!
{6230289B-5BEE-409e-932A-2F01FA407A92}
Comments
Post a Comment