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.