La función Type.IsNullable evalúa el tipo indicado y devuelve el valor lógico True si es "nullable" (si puede tomar el valor null).
Sintaxis
Type.IsNullable(
type as type
) as logical
Parámetros
- type: tipo a evaluar
Ejemplos
Categoría
Funciones de tipo