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
elementIElementThe 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
elementsIEnumerable<IElement>The elements to convert to lowercase.