Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# list to string

using System.Linq;
string str = list.Aggregate((x, y) => x + ',' + y);
Source by www.techiedelight.com #
 
PREVIOUS NEXT
Tagged: #list #string
ADD COMMENT
Topic
Name
6+7 =