Loading...
Method in StringTableEntry
Reads comma-separated value data from sourceText , and produces a collection of StringTableEntry structs.
sourceText
public static IEnumerable<StringTableEntry> ParseFromCSV(string sourceText)
string sourceText
string
A string containing CSV-formatted data.
The parsed collection of StringTableEntry structs.