ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / TypeEx Class / IsNullableType Method
Type.

In This Topic
    IsNullableType Method
    In This Topic
    Returns true if the type is a nullable type.
    Syntax
    'Declaration
     
    Public Shared Function IsNullableType( _
       ByVal type As System.Type _
    ) As System.Boolean
    public static System.bool IsNullableType( 
       System.Type type
    )

    Parameters

    type
    Type.

    Return Value

    True if the type is nullable.
    See Also