C# Class Smeedee.Lib.Csv

ファイルを表示 Open project: Smeedee/Smeedee-Mobile

Public Methods

Method Description
FromCsv ( string str ) : IEnumerable
ToCsv ( IEnumerable csv ) : string

Private Methods

Method Description
StripSpecialChars ( string str ) : string

Method Details

FromCsv() public static method

public static FromCsv ( string str ) : IEnumerable
str string
return IEnumerable

ToCsv() public static method

public static ToCsv ( IEnumerable csv ) : string
csv IEnumerable
return string