Delimited Text Options.With Column Delimiter Method
Returns an options object with the ColumnDelimiter
property changed to the specified value.
Definition
Namespace: Numerics.NET.Data.Text
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public DelimitedTextOptions WithColumnDelimiter(
char columnDelimiter
)
Parameters
- columnDelimiter Char
- The new value for the ColumnDelimiter property.