Enum CsvSeparator
Namespace: BenchmarkDotNet.Exporters.Csv
Assembly: BenchmarkDotNet.dll
Syntax
public enum CsvSeparator
Fields
Name | Description |
---|---|
Comma | ',' will be used as the CSV separator. |
CurrentCulture | |
Semicolon | ';' will be used as the CSV separator. |