CommentChar

CsvDataLoadOptions.CommentChar property

Ottiene o imposta il carattere utilizzato per commentare le righe dei dati CSV.

public char CommentChar { get; set; }

Osservazioni

Il valore predefinito è ‘#’ (segno di cancelletto).

Guarda anche