Type.IsNullable
Type.IsNullable(type as type) as logical
Vrátí true
, pokud je typ typu nullable
; jinak false
.
Určete, jestli number
má hodnotu null.
Využití
Type.IsNullable(type number)
Výstup
false
Určete, jestli type nullable number
má hodnotu null.
využití
Type.IsNullable(type nullable number)
výstup
true