Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

String Expression

String Code Expression Grooper.Core

Computes a string value at runtime using a custom code expression.

Remarks

Overview

The String Expression class is used to define code expressions that return a string value. This is useful for dynamic field values, calculated labels, or any scenario where a string result is needed.

Usage

  • Set the 'Expression' property to a code snippet that returns a string.
  • Reference fields, variables, or functions as needed.
  • Example: $"{FirstName} {LastName}"

Best Practices

  • Ensure the expression always returns a string.
  • Use string interpolation or concatenation for clarity.

Used By

Notification