Class Unaccent
Unaccent based on Unicode CLDR 39
Inherited Members
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public static class Unaccent
Methods
Fold(string)
Convert strings with unicode diacritical marks and some ligatures to Latin-ASCII text
Declaration
public static (string unaccented, bool hasReplaced) Fold(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | initial text |
Returns
| Type | Description |
|---|---|
| (string unaccented, bool hasReplaced) | a replaced string and a bool noting if any replacement was performed |