Constructor DaitchMokotoffSoundex
DaitchMokotoffSoundex()
Creates a new instance with ASCII-folding enabled.
Declaration
public DaitchMokotoffSoundex()
DaitchMokotoffSoundex(Boolean)
Creates a new instance.
With ASCII-folding enabled, certain accented characters will be transformed to equivalent ASCII characters, e.g. è -> e.
Declaration
public DaitchMokotoffSoundex(bool folding)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | folding | If ASCII-folding shall be performed before encoding. |