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