Table of Contents

Class Lower

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Represents the LOWER string function that converts all characters in a string to lowercase.

public class Lower : Function, IElement, ICheckItem, IDefaultItem, IFilterItem
Inheritance
Lower
Implements

Remarks

The LOWER function converts all uppercase characters in a string to their lowercase equivalents. Non-alphabetic characters remain unchanged. Useful for case-insensitive comparisons, data normalization, and formatting output. Behavior with Unicode characters may vary by database system.

Constructors

Lower(IEnumerable<IElement>)

Initializes a new instance of LOWER with multiple elements (typically for concatenation).

Lower(IElement)

Initializes a new instance of LOWER with a single element.