Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / TypeEx Class / GetNonNullableType Method
Type.

In This Topic
    GetNonNullableType Method
    In This Topic
    Returns the underlying type of a nullable type: e.g. if Type = double?, then returns double.
    Syntax
    'Declaration
     
    
    Public Shared Function GetNonNullableType( _
       ByVal type As Type _
    ) As Type
    public static Type GetNonNullableType( 
       Type type
    )

    Parameters

    type
    Type.

    Return Value

    The underlying type.
    See Also