get all list items of objects to string c# code example Example: list of objects to string c# var mylist = myObjectList.ConvertAll(x => x.ToString());