New to Telerik Document ProcessingStart a free 30-day trial

Expression representing a constant text value in a formula.

Definition

Constructors

Initializes a new string expression with the specified text value.

C#
public StringExpression(string value)
Parameters:valuestring

The value.

Fields

Shared instance representing an empty string constant.

C#
public static readonly StringExpression Empty