Home All Groups Group Topic Archive Search About

Phonetics matching like soundex

Author
29 Mar 2006 4:53 PM
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.

Author
10 Apr 2006 12:41 AM
Homer J Simpson
"Brian Henry" <nospam@nospam.com> wrote in message
news:eL45EF1UGHA.4436@TK2MSFTNGP10.phx.gbl...

> 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.