Type.IsNullable
Type.IsNullable(type as type) as logical
true
ad vissza, ha egy típus nullable
típusú; ellenkező esetben false
.
Állapítsa meg, hogy number
null értékű-e.
Használat
Type.IsNullable(type number)
kimenet
false
Állapítsa meg, hogy type nullable number
null értékű-e.
Használat
Type.IsNullable(type nullable number)
kimeneti
true