Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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