Table of Contents

Constructor Lower

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

Lower(IElement)

Initializes a new instance of LOWER with a single element.

public Lower(IElement element)

Parameters

element IElement

The element containing the string value to convert to lowercase.

Lower(IEnumerable<IElement>)

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

public Lower(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements to convert to lowercase.

Lower(Column)

Initializes a new instance of LOWER for a column.

public Lower(Column column)

Parameters

column Column

The string column to convert to lowercase.

Lower(string)

Initializes a new instance of LOWER for a string literal value.

public Lower(string value)

Parameters

value string

The string literal to convert to lowercase.