ComponentOne FinancialChart for WPF
IsNullableType Method



C1.WPF Namespace > TypeEx Class : IsNullableType Method
Type.
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

Reference

TypeEx Class
TypeEx Members