ComponentOne Basic Library for UWP
IsNullableType Method

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

Reference

TypeEx Class
TypeEx Members