how to order by a list string in c# code example Example: sort list c# by string ListObject = ListObject.OrderBy(item => item.Property).ToList();