ParseFromCSV(string)
Method in StringTableEntry
Summary
Reads comma-separated value data from sourceText
, and produces a collection of StringTableEntry structs.
Parameters
Name | Description |
---|---|
| A string containing CSV-formatted data. |
Returns
The parsed collection of StringTableEntry structs.
Last updated