ConvertTypeIsNullable Method
Indicates if the data type is nullable.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool TypeIsNullable(
Type type
)
Public Shared Function TypeIsNullable (
type As Type
) As Boolean
- type Type
- Data type to evaluate.
Boolean if the data type is nullable; otherwise,
.