c# sort list by length of string code example Example: sort list c# by string ListObject = ListObject.OrderBy(item => item.Property).ToList();