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.
Indicates whether the JsonValue contains the JSON value of NULL.
Syntax
Ok := JsonValue.IsNull()
Note
This method can be invoked using property access syntax.
Parameters
JsonValue
Type: JsonValue
An instance of the JsonValue data type.
Return Value
Ok
Type: Boolean
true if the JsonValue contains the JSON value of NULL; otherwise, false
Related information
JsonValue Data Type
Get Started with AL
Developing Extensions