ComponentOne FinancialChart for WPF
C1.WPF 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
     
    
    <ExtensionAttribute()>
    Public Shared Function IsNullableType( _
       ByVal type As Type _
    ) As Boolean
    'Usage
     
    
    Dim type As Type
    Dim value As Boolean
     
    value = TypeEx.IsNullableType(type)
    [Extension()]
    public static bool IsNullableType( 
       Type type
    )
    [Extension()]
    public:
    static bool IsNullableType( 
       Type^ type
    ) 

    Parameters

    type
    Type.

    Return Value

    True if the type is nullable.
    See Also