var dnfList = new List<string> { "10", "200", "3000", "40000" };int dnfLengthSum = (from x in dnfList select x.Length).Sum();
Login to post response