Category:

Miscellaneous

Converts a string to all lower-case.

Syntax

lower(
  Str String
): String

Parameters

Str is the value to convert.

Return value

Type: String. Returns the resulting string.

Examples of using

lower(dataset_field_val(1, 'PaymentType'))