หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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