Click or drag to resize

IUnicodeCollation Interface

An interface that can use Unicode rules (http://unicode.org/reports/tr10/) to do string collation

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface IUnicodeCollation : ICollation

The IUnicodeCollation type exposes the following members.

Methods
  NameDescription
Public methodIgnoreAccents
Instructs the object to either diacritics (e.g. accents) when collating or consider it (default is to consider)
Public methodIgnoreCase
Instructs the object to either ignore lowercase vs uppercase when collating or consider it (default is to consider)
Public methodLocale
Sets the locale to use when applying the collation rules
Top
See Also