C# 클래스 Microsoft.Research.DataOnboarding.Utilities.CsvHelper

Class containing methods used to Parse CSV files.
파일 보기 프로젝트 열기: CDLUC3/dataup2

공개 메소드들

메소드 설명
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