JsonValue.AsInteger() Method

Version: Available or changed with runtime version 1.0.

Converts the value in a JsonValue to an Integer data type.

Syntax

Result :=   JsonValue.AsInteger()

Parameters

JsonValue
 Type: JsonValue
An instance of the JsonValue data type.

Return Value

Result
 Type: Integer
If the JsonValue does not contain a number which can be converted without loss of precision to an Integer, the operation will fail with a run-time error.

See Also

JsonValue Data Type
Get Started with AL
Developing Extensions