Type.IsNullable
Type.IsNullable(type as type) as logical
Zwraca true
, jeśli typ jest typem nullable
; w przeciwnym razie false
.
Ustal, czy number
ma wartość null.
Użycie
Type.IsNullable(type number)
Wyjście
false
Ustal, czy type nullable number
ma wartość null.
Użycie
Type.IsNullable(type nullable number)
Wyjście
true