Show / Hide Table of Contents

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.

Extension Methods

CsvSeparatorExtensions.ToRealSeparator()
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors