Table of Contents

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

element IElement

The string element to left-trim.

TrimLeft(IEnumerable<IElement>)

Initializes a new instance of LTRIM for multiple elements.

public TrimLeft(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The string elements to left-trim.