StringExpression Class
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
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
-
System.Object
-
AbstractStructure
- StringExpression
-
AbstractStructure
Syntax
[ValueClass]
public class StringExpression : AbstractStructure, IDisposable, IStringExpression, IAbstractStructureConstructors
| 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 |