JsonValue.AsDecimal() Method

Version: Available or changed with runtime version 1.0.

Converts the value in a JsonValue to a Decimal data type.

Syntax

Result :=   JsonValue.AsDecimal()

Parameters

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

Return Value

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

See Also

JsonValue Data Type
Get Started with AL
Developing Extensions