Show / Hide Table of Contents

Interface IASCIICollation

An interface that can use 7-bit ASCII rules to do string collation

Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IASCIICollation : ICollation

Methods

| Improve this Doc View Source

IgnoreCase(Boolean)

Instructs the object to either ignore lowercase vs uppercase when collating or consider it (default is to consider)

Declaration
IASCIICollation IgnoreCase(bool ignoreCase)
Parameters
Type Name Description
System.Boolean ignoreCase

Whether or not to ignore casing

Returns
Type Description
IASCIICollation

The collation object for further processing

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX