e3f344cb b659 e990 27c3 2f44c8bc213a - akesseler/Plexdata.CsvParser GitHub Wiki

TypeConverter.IsNullable Method

This method determines whether given type is of type Nullable.

Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

private static bool IsNullable(
	Type type
)

Parameters

 

type
Type: System.Type
The type to be determined.

Return Value

Type: Boolean
True, if given type is a Nullable and false otherwise.

Remarks

Determining if given type is of type 'Nullable' or not directly affects how a data conversion takes place.

See Also

Reference

TypeConverter Class
Plexdata.CsvParser.Internals Namespace

⚠️ **GitHub.com Fallback** ⚠️