Table of Contents

Constructor Upper

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

Upper(IElement)

Initializes a new instance of UPPER with a single element.

public Upper(IElement element)

Parameters

element IElement

The element containing the string value to convert to uppercase.

Upper(IEnumerable<IElement>)

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

public Upper(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements to convert to uppercase.