Phonetics matching like soundex

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Does .NET have any existing classes for things like soundex? SQL Server
already has this built in, does .NET also? or will I have to code it? I
already have the algorithm.
 
Does .NET have any existing classes for things like soundex? SQL Server
already has this built in, does .NET also? or will I have to code it? I
already have the algorithm.

Be aware that Soundex is not the only algorithm for this task -- however
AFAIK there is nothing in .Net for this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top