Constructor TrimRight
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
TrimRight(IElement)
Initializes a new instance of RTRIM for a single element.
public TrimRight(IElement element)
Parameters
elementIElementThe string element to right-trim.
TrimRight(IEnumerable<IElement>)
Initializes a new instance of RTRIM for multiple elements.
public TrimRight(IEnumerable<IElement> elements)
Parameters
elementsIEnumerable<IElement>The string elements to right-trim.