Table of Contents

Constructor Length

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Length(IElement)

Initializes a new instance of LENGTH for a single element.

public Length(IElement element)

Parameters

element IElement

The string element to measure.

Length(IEnumerable<IElement>)

Initializes a new instance of LENGTH for multiple elements.

public Length(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The string elements to measure.

Length(Column)

Initializes a new instance of LENGTH for a column.

public Length(Column column)

Parameters

column Column

The string column to measure.

Length(string)

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

public Length(string value)

Parameters

value string

The string literal to measure.