Click or drag to resize
StringExpression  Conversion (String to StringExpression)
Implicit type conversion from String

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public static implicit operator StringExpression (
	string value
)

Parameters

value
Type: SystemString
The string value to convert

Return Value

Type: StringExpression
The resulting object
See Also