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
elementIElementThe 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
elementsIEnumerable<IElement>The elements to convert to uppercase.
Upper(Column)
Initializes a new instance of UPPER for a column.
public Upper(Column column)
Parameters
columnColumnThe string column to convert to uppercase.
Upper(string)
Initializes a new instance of UPPER for a string literal value.
public Upper(string value)
Parameters
valuestringThe string literal to convert to uppercase.