New to Telerik Document ProcessingStart a free 30-day trial

Expression that concatenates two operands as strings using the ampersand (&) operator.

Definition

Constructors

Initializes a new instance of the AmpersandExpression class with left and right operands.

C#
public AmpersandExpression(RadExpression left, RadExpression right, Workbook workbook = null)
Parameters:leftRadExpression

The left.

rightRadExpression

The right.

workbookWorkbook

The workbook.

Methods

Gets the value.

C#
protected override RadExpression GetValueOverride(string[] operands)
Parameters:operandsstring[]

The operands of type T.

Returns:

RadExpression

Value as RadExpression.

Overrides: BinaryOperatorExpression<string>.GetValueOverride(string[])

Properties

Gets the operator info.

C#
public override OperatorInfo OperatorInfo { get; }
Property Value:

The operator info as OperatorInfo.

Overrides: OperatorExpression.OperatorInfo