Type.NonNullable
Returns the non nullable type from a type.
Syntax
Type.NonNullable(
type as type
) as type
Remarks
Returns the non nullable
type from the type
.
Examples
Example #1
Return the non nullable type of <code>type nullable number</code>.
Type.NonNullable(type nullable number)
Result:
type number
Category
Type