| IAppCheckNumberOrExpressionAsync Method |
| Name | Description | |
|---|---|---|
| CheckNumberOrExpressionAsync(String) | Checks if: * a given expression is valid * a number is correct according to the locale. | |
| CheckNumberOrExpressionAsync(AsyncHandle, String) | Checks if: * a given expression is valid * a number is correct according to the locale. | |
| CheckNumberOrExpressionAsyncT(AsyncHandle, FuncResponse, T, String) | Checks if: * a given expression is valid * a number is correct according to the locale. |