Wednesday, April 18, 2012

How can I order a List<string>?

I have this List :



IList<string> ListaServizi = new List<string>() { };


how can I order it due to the strings inside it? Alphabetic and ascending.





No comments:

Post a Comment