Console.WriteLine(barray.Aggregate(string.Empty, (a, b) => string.IsNullOrEmpty(a) ? b.ToString() : a + "," + b));
  
*****************************************************************************
签名档: http://feiyun0112.cnblogs.com/