Type.IsNullable
Type.IsNullable(type as type) as logical
Restituisce true
se un tipo è nullable
. In caso contrario, false
.
Determinare se number
ammette valori Null.
Utilizzo
Type.IsNullable(type number)
Output
false
Determinare se type nullable number
ammette valori Null.
Utilizzo
Type.IsNullable(type nullable number)
Output
true