Type.IsNullable
Returns true if a type is a nullable type; otherwise, false.
function (type
as type) as logical
Returns
true
if a type is a nullable
type; otherwise, false
.Type
Determine if
number
is nullable.Type.IsNullable(type number)
false
Determine if
type nullable number
is nullable.Type.IsNullable(type nullable number)
true
Last modified 4yr ago