This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.CsvHelper.
                            
	
		Summary
            Gets or sets 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.
            - Assembly
- Cake.CsvHelper .dll 
- Namespace
- Cake.CsvHelper 
- Containing Type
- CsvHelperSettings
Syntax
public bool CountBytes { get; set; }Value
| Type | Description | 
|---|---|
| bool | 
