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