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