Enum CsvSeparator
- Namespace
- BenchmarkDotNet.Exporters.Csv
- Assembly
- BenchmarkDotNet.dll
public enum CsvSeparator
- Extension Methods
Fields
Comma = 0
',' will be used as the CSV separator.
CurrentCulture = 2
Semicolon = 1
';' will be used as the CSV separator.