Linq累加方法

public SysMessage FamilyPropertyVerifyForRCSL(int[] jtbhs)
        {
            string jtbhsStr = jtbhs.Aggregate("", (current, jtbh) => current + row["ID"].ToLocInt());// 


            jtbhsStr = jtbhsStr.TrimEnd(',');
        }

你可能感兴趣的:(C#ASPX,C#WinForm)