0

Just wondering if there is a way to call NLSSort through linq.
Actually to be more specific, when I call my OrderBy clauses in Linq, I want them To be ordered Alphabetically but Ignoring special characters such as ".'/@

Does anyone know of an extension method or how to write an extension method to do so?

-Thanks

johnny 5
  • 19,893
  • 50
  • 121
  • 195
  • Does this answer helps you? [See this link][1] [1]: http://stackoverflow.com/questions/17403544/exclude-rows-starting-from-certain-characters-using-linq – SergioR Oct 24 '14 at 16:04
  • 1
    See this http://stackoverflow.com/questions/985657/use-own-icomparert-with-linq-orderby. – Keith Payne Oct 24 '14 at 17:36

0 Answers0