C# Class Microsoft.Research.DataOnboarding.Utilities.CsvHelper

Class containing methods used to Parse CSV files.
Afficher le fichier Open project: CDLUC3/dataup2

Méthodes publiques

Méthode Description
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

Method Details

Escape() public static méthode

Method to escape the value from the given value
public static Escape ( string value ) : string
value string value input
Résultat string

ReadCsvValues() public static méthode

Method to spilt the comma separated value and return string of values
public static ReadCsvValues ( string input ) : string[]
input string input value
Résultat string[]

Unescape() public static méthode

Method to un escape the string for the given value
public static Unescape ( string value ) : string
value string value input
Résultat string