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.

TrimRight(Column)

Initializes a new instance of RTRIM for a column.

public TrimRight(Column column)

Parameters

column Column

The string column to right-trim.

TrimRight(string)

Initializes a new instance of RTRIM for a string literal value.

public TrimRight(string value)

Parameters

value string

The string literal to right-trim.