D Daniel Aug 5, 2005 #1 does C# have any collection objects that support sort functionality so that I dont have to write my own sorting algorithm?
does C# have any collection objects that support sort functionality so that I dont have to write my own sorting algorithm?
A Alvin Bruney [Microsoft MVP] Aug 5, 2005 #2 Sure, try the arraylist.sort method or string.sort -- Regards Alvin Bruney [Shameless Author Plug] The Microsoft Office Web Components Black Book with .NET available at www.lulu.com/owc, Amazon, B&H etc
Sure, try the arraylist.sort method or string.sort -- Regards Alvin Bruney [Shameless Author Plug] The Microsoft Office Web Components Black Book with .NET available at www.lulu.com/owc, Amazon, B&H etc
O Otis Mukinfus Aug 8, 2005 #3 Sure, try the arraylist.sort method or string.sort Click to expand... And in the version 2.0 Framework you have List.Sort Otis
Sure, try the arraylist.sort method or string.sort Click to expand... And in the version 2.0 Framework you have List.Sort Otis