In This Topic
Returns true if the type is a nullable type.
Syntax
'Declaration
Public Shared Function IsNullableType( _
ByVal As Type _
) As Boolean
public static bool IsNullableType(
Type
)
Parameters
- type
- Type.
Return Value
True if the type is nullable.
See Also