Show / Hide Table of Contents

Class CsvSeparatorExtensions

Inheritance
Object
CsvSeparatorExtensions
Namespace: BenchmarkDotNet.Exporters.Csv
Assembly: BenchmarkDotNet.dll
Syntax
public static class CsvSeparatorExtensions

Methods

ToRealSeparator(CsvSeparator)

Return a string which represent real CSV separator which can be used as plain text.

Declaration
public static string ToRealSeparator(this CsvSeparator separator)
Parameters
Type Name Description
CsvSeparator separator
Returns
Type Description
String
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors