Returns true if the type is a nullable type.
'Declaration
Public Shared Function IsNullableType( _
ByVal As System.Type _
) As System.Boolean
public static System.bool IsNullableType(
System.Type
)
Parameters
- type
- Type.
Return Value
True if the type is nullable.