|
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; }
Public Property TrimmingOption As ValueTrimmingOptions
Get
Set
Request Example
View SourceProperty Value
Type:
ValueTrimmingOptions if spaces at the start and end of a field are trimmed, otherwise,
.
See Also