Method GetSoundex
GetSoundex(String)
Retrieves the Refined Soundex code for a given string.
Declaration
public virtual string GetSoundex(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str | String to encode using the Refined Soundex algorithm. |
Returns
Type | Description |
---|---|
System.String | A soundex code for the string supplied. |