Table of Contents

Method IsNullable

Namespace
Innova.Data.StructuredSearch
Assembly
Innova.Data.dll

IsNullable(Type)

Determines whether the current type is nullable.

public static bool IsNullable(this Type type)

Parameters

type Type

The current type.

Returns

bool

true if the current type is nullable; otherwise, false.