Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Version: Available or changed with runtime version 1.0.
Converts the value in a JsonValue to an BigInteger data type.
Syntax
Result := JsonValue.AsBigInteger()
Parameters
JsonValue
Type: JsonValue
An instance of the JsonValue data type.
Return Value
Result
Type: BigInteger
If the JsonValue does not contain number or a string which can be converted without loss of precision to an BigInteger, the operation will fail with a run-time error.
Related information
JsonValue Data Type
Get Started with AL
Developing Extensions