ConvertTypeIsNullable Method

Indicates if the data type is nullable.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool TypeIsNullable(
	Type type
)

Parameters

type  Type
Data type to evaluate.

Return Value

Boolean
if the data type is nullable; otherwise, .

See Also