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