Click or drag to resize

CollationUnicode Method

Creates a Unicode based collation instance (http://unicode.org/reports/tr10/)

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

Return Value

Type: IUnicodeCollation
A Unicode based collation instance
See Also