Constructor Nysiis
Nysiis()
Creates an instance of the Nysiis encoder with strict mode (original form), i.e. encoded strings have a maximum length of 6.
Declaration
public Nysiis()
Nysiis(Boolean)
Create an instance of the Nysiis encoder with the specified strict mode:
true
:encoded strings have a maximum length of 6false
:encoded strings may have arbitrary length
Declaration
public Nysiis(bool strict)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | strict | The strict mode. |