How can I ordinate a list of elements I like to sort for first field (numeric) and others string?
I've got a top 100 of results I.must to.sort for field (punteggio) but with list.sort (false) all the element is considered strings too if first field of stringbuilder is numeric.
How can I do?
See at the example to understand very well.
Position 18.and 19. (Value of punteggio 223) should stay under position 20 (value of punteggio 2092). Right?
I've got a top 100 of results I.must to.sort for field (punteggio) but with list.sort (false) all the element is considered strings too if first field of stringbuilder is numeric.
How can I do?
See at the example to understand very well.
Position 18.and 19. (Value of punteggio 223) should stay under position 20 (value of punteggio 2092). Right?