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.
Lower(Column)
Initializes a new instance of LOWER for a column.
public Lower(Column column)
Parameters
columnColumnThe string column to convert to lowercase.
Lower(string)
Initializes a new instance of LOWER for a string literal value.
public Lower(string value)
Parameters
valuestringThe string literal to convert to lowercase.