New to Telerik Document ProcessingStart a free 30-day trial

Base for binary expressions that operate on string operands, enforcing text argument types.

Definition

Constructors

Initializes a new string binary expression with two operands.

C#
protected StringBinaryOperatorExpression(RadExpression left, RadExpression right, Workbook workbook = null)
Parameters:leftRadExpression

The left.

rightRadExpression

The right.

workbookWorkbook

The workbook.

Properties

Gets the required operand type, which is text for string operations.

C#
public override ArgumentType OperandsType { get; }
Property Value:

The type of the operands as ArgumentType.

Overrides: BinaryOperatorExpression<string>.OperandsType