StringExpr Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Expression class that evaluates to a string
Inheritance
- 
      System.Object
      - StringExpr
 
Syntax
[ValueClass]
public class StringExpr : IStringExprConstructors
| Name | Description | 
|---|---|
| StringExpr() | 
Properties
| Name | Description | 
|---|---|
| v | Expression evaluated to string. JSON property name: qv | 
Operators
| Name | Description | 
|---|---|
| Implicit(StringExpr to String) | Implicit type conversion to System.String | 
| Implicit(String to StringExpr) | Implicit type conversion from System.String |