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