S
sho_nuff
Hello all,
I have a sorted list that contains items:
foo1
foo2
foo3
foo10
foo11
foo12
I want them to be displayed as above, but when i retrieve from my
sorted list they come back as:
foo1
foo10
foo11
foo12
foo2
foo3
Is there a Comparer in C# that will do the kind of sort that i want,
or do i have to write my own?
Thanks
SN
I have a sorted list that contains items:
foo1
foo2
foo3
foo10
foo11
foo12
I want them to be displayed as above, but when i retrieve from my
sorted list they come back as:
foo1
foo10
foo11
foo12
foo2
foo3
Is there a Comparer in C# that will do the kind of sort that i want,
or do i have to write my own?
Thanks
SN