Table of Contents

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

element IElement

The string element to right-trim.

TrimRight(IEnumerable<IElement>)

Initializes a new instance of RTRIM for multiple elements.

public TrimRight(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The string elements to right-trim.