f9f962db ca60 3a22 660f f3c0849f1564 - akesseler/Plexdata.CsvParser GitHub Wiki
Indicates if the offset is used or not (convenient property).
Namespace: Plexdata.CsvParser.Attributes
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public bool IsOffset { get; }
Type: Boolean
True is returned if the offset is not less than zero and false otherwise.
The return value is determined by checking the offset value. This means if current offset is greater than or equal to zero then this property returns 'true'.
CsvColumnAttribute Class
Plexdata.CsvParser.Attributes Namespace