f9f962db ca60 3a22 660f f3c0849f1564 - akesseler/Plexdata.CsvParser GitHub Wiki

CsvColumnAttribute.IsOffset Property

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

Syntax

C#

public bool IsOffset { get; }

Property Value

Type: Boolean
True is returned if the offset is not less than zero and false otherwise.

Remarks

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'.

See Also

Reference

CsvColumnAttribute Class
Plexdata.CsvParser.Attributes Namespace

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