Skip to main content Skip to complementary content

StringExpression Class

Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll

Properties

Abbreviated syntax:

"qStringExpression":"=<expression>"

Extended object syntax:

"qStringExpression":{"qExpr":"=<expression>"}

Where:

  • < expression > is a string

The result of the evaluation of the expression can be of any type, as it is returned as a JSON (quoted) string.

Inheritance

Syntax

[ValueClass]
public class StringExpression : AbstractStructure, IDisposable, IStringExpression, IAbstractStructure

Constructors

Name Description
StringExpression()

Creates an instance of the StringExpression class

Properties

Name Description
Expr

JSON property name: qExpr

Methods

Name Description
ToString()

Returns a string that represents the current object.

Operators

Name Description
Implicit(StringExpression to String)

Implicit type conversion to System.String

Implicit(String to StringExpression)

Implicit type conversion from System.String

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!