Method Encode
Encode(String)
Encodes a string using the Daitch-Mokotoff soundex algorithm without branching.
Declaration
public virtual string Encode(string source)
Parameters
Type | Name | Description |
---|---|---|
System.String | source | A string to encode. |
Returns
Type | Description |
---|---|
System.String | A DM Soundex code corresponding to the string supplied. |