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