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