C# Класс Microsoft.Research.DataOnboarding.Utilities.CsvHelper

Class containing methods used to Parse CSV files.
Показать файл Открыть проект

Открытые методы

Метод Описание
Escape ( string value ) : string

Method to escape the value from the given value

ReadCsvValues ( string input ) : string[]

Method to spilt the comma separated value and return string of values

Unescape ( string value ) : string

Method to un escape the string for the given value

Описание методов

Escape() публичный статический Метод

Method to escape the value from the given value
public static Escape ( string value ) : string
value string value input
Результат string

ReadCsvValues() публичный статический Метод

Method to spilt the comma separated value and return string of values
public static ReadCsvValues ( string input ) : string[]
input string input value
Результат string[]

Unescape() публичный статический Метод

Method to un escape the string for the given value
public static Unescape ( string value ) : string
value string value input
Результат string