Show / Hide Table of Contents

Class Unaccent

Unaccent based on Unicode CLDR 39

Inheritance
object
Unaccent
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

In this article
Back to top Generated by DocFX