Show / Hide Table of Contents

Class CsvHelper

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

Methods

Escape(String, String)

Declaration
public static string Escape(string value, string currentListSeparator)
Parameters
Type Name Description
String value
String currentListSeparator
Returns
Type Description
String
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors