CommentChar

CsvDataLoadOptions.CommentChar property

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

public char CommentChar { get; set; }

Osservazioni

Il valore predefinito è ‘#’ (segno numerico).

Guarda anche