Click or drag to resize
Accord.NET (logo)

CsvReaderTrimmingOption Property

Indicates if spaces at the start and end of a field are trimmed. Default is to trim unquoted fields only.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public ValueTrimmingOptions TrimmingOption { get; set; }
Request Example View Source

Property Value

Type: ValueTrimmingOptions
if spaces at the start and end of a field are trimmed, otherwise, .
See Also