+ 2
how to sort a string array alphabetically in C #
the point is sorting some world alphabetically, no problem in array, lists, dictionary, or anything
4 Answers
+ 1
use Array.Sort(arrayname)
0
CoderX thank you very much for your answer, i don't suppose this(Array.Sort) work in string, i think this only work in integer.
0
finally i can solve my problem, after few days