Is there a way to get .Net to positively match strings, even if some characters are not exactly the same? Examples of characters that should be considered to be similar could be: ‘a’/’á’ and ‘í’/’i’. The Chrome browser find-as-you-type recognizes these characters as being equivalent.
Share
Take a look at this blog post by Michael Kaplan. The code here uses standard .NET class library methods for