Click or drag to resize
AppCheckNumberOrExpressionAsync Method (String, AsyncHandle)

Checks if:

* a given expression is valid

* a number is correct according to the locale.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<CheckNumberOrExpressionResult> CheckNumberOrExpressionAsync(
	string expr,
	AsyncHandle asyncHandle = null
)

Parameters

expr
Type: SystemString
Expression to check.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskCheckNumberOrExpressionResult

Implements

IAppCheckNumberOrExpressionAsync(String, AsyncHandle)
See Also