e3f344cb b659 e990 27c3 2f44c8bc213a - akesseler/Plexdata.CsvParser GitHub Wiki
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
C#
private static bool IsNullable(
Type type
)
- type
- Type: System.Type
The type to be determined.
Type: Boolean
True, if given type is a Nullable and false otherwise.
Determining if given type is of type 'Nullable' or not directly affects how a data conversion takes place.