List<string> myList = new List<string>(){ "C", "B", "K", "A", "D"}; myList = myList.OrderBy(x => x).ToList();