Method GetColognePhonetic
GetColognePhonetic(String)
Implements the Kölner Phonetik algorithm.
In contrast to the initial description of the algorithm, this implementation does the encoding in one pass.
Declaration
public virtual string GetColognePhonetic(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Returns
Type | Description |
---|---|
System.String | The corresponding encoding according to the Kölner Phonetik algorithm |