Method IsExpressionText
- Namespace
- DocWright.Reporting.Expressions
- Assembly
- DocWright.Reporting.dll
IsExpressionText(string?)
Returns whether RDL reads a property value as an expression: it does when the first character is '='.
public static bool IsExpressionText(string? text)
Parameters
textstringThe property value.