Click or drag to resize

FunctionLower Method

Creates a function that converts a string to lower case

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
public static IFunction Lower(
	Object expression
)

Parameters

expression
Type: SystemObject
The expression to take data from when calculating the result

Return Value

Type: IFunction
A function that converts a string to lower case
See Also