Sunday, 15 September 2013

how to add extra charcter in a list of string

how to add extra charcter in a list of string

I had a list of strings
List<string> li = new List<string>()
{ word1,word2,word3,word4,word5,word6 };
i want to concatinate some some character in each word output list will be
will be
word1#,word2#,word3#,word4#,word5#,word6#

No comments:

Post a Comment