I have an ArrayList that contains multiple String[] (String arrays).
Each String[] contains a key: name
What I want to do is sort the ArrayList based on the value of name.
Using Array.Sort did not work because it cannot compare String[]. How can I sort the ArrayList based on the value of name that is within the String[]?
Array[]'s? If so, you could always use LINQ.ArrayListorList? The sorting problem still exists no?List.