Creates a function that removes whitespace from the start and end of a string
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public static IExpression Trim(
IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
The expression to take data from when calculating
the result
Return Value
Type:
IExpressionA function that removes whitespace from the start and end of a string
See Also