2009/05/12

string.join

string.Join("+",new string[]{"A","B","C"})

result : 
 A+B+C


沒有留言: