|
static void | WriteCSVFile (List< List< string > > content, string filename, EncodingType encodingType) |
| Writes a table of strings to a CSV file.
|
|
static List< List< string > > | ReadCSVFile (string filename, EncodingType encodingType) |
| Reads a CSV file into a table of strings.
|
|
◆ ReadCSVFile()
static List< List< string > > PixelCrushers.CSVUtility.ReadCSVFile |
( |
string |
filename, |
|
|
EncodingType |
encodingType |
|
) |
| |
|
inlinestatic |
Reads a CSV file into a table of strings.
- Parameters
-
filename | Name of CSV file to read. |
encodingType | Encoding type CSV file was created in. |
- Returns
- Contents of CSV file as a 2D list of strings.
◆ WriteCSVFile()
static void PixelCrushers.CSVUtility.WriteCSVFile |
( |
List< List< string > > |
content, |
|
|
string |
filename, |
|
|
EncodingType |
encodingType |
|
) |
| |
|
inlinestatic |
Writes a table of strings to a CSV file.
- Parameters
-
content | 2D list of strings. |
filename | Filename to write as. |
encodingType | Encoding type to use. |
The documentation for this class was generated from the following file:
- C:/Dev/Dialogue System/Dev/Release2/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/CSVUtility.cs