Energy Core Library
Energy.Base.Csv Class Reference

CSV More...

Static Public Member Functions

static string [] Explode (string line, char[] separator, char[] enclosure, char[] white)
 
static string [] Explode (string line, char separator, char enclosure)
 
static string [] Explode (string line, char separator)
 
static string [] Explode (string line, string separator)
 

Detailed Description

CSV

Member Function Documentation

◆ Explode() [1/4]

static string [] Energy.Base.Csv.Explode ( string  line,
char []  separator,
char []  enclosure,
char []  white 
)
static

◆ Explode() [2/4]

static string [] Energy.Base.Csv.Explode ( string  line,
char  separator,
char  enclosure 
)
static

◆ Explode() [3/4]

static string [] Energy.Base.Csv.Explode ( string  line,
char  separator 
)
static

◆ Explode() [4/4]

static string [] Energy.Base.Csv.Explode ( string  line,
string  separator 
)
static

The documentation for this class was generated from the following file: