Gets a value indicating whether the number of bytes should
be counted while parsing. Default is false. This will slow down parsing
because it needs to get the byte count of every char for the given encoding.
The
Encoding
needs to be set correctly for this to be accurate.
- Namespace
- CsvHelper
.Configuration - Containing Type
- IParserConfiguration
- Property Type
- bool
Syntax
bool CountBytes { get; }
Value
Type | Description |
---|---|
bool |