View Categories

Output only text without considering expressions

< 1 min read

How can I print the expression "as is" without any code processing? Setting the TextOnly property to true will output all expressions as text. not calculated.

 TextOnly property is set to true. Outputs the text "as is" without processing the expression.

 The TextOnly property is set to false. Text is printed as the expression is processed.