nepalbhasa
natural sort
Hi guys, I need to do some kind of sort on a collection of strings... the actual strings are something like
Generation1
, Generation2
, ... Generation10
so they should be sorted in a way that makes sense, right? I am on asp.net dotnet 6. If there is a way for me to do this without relying on the underlying os or a lot of code, that would be ideal. Thank you.19 replies