Last updated 4 months ago
Was this helpful?
Method in
Reads comma-separated value data from sourceText , and produces a collection of structs.
sourceText
public static IEnumerable<StringTableEntry> ParseFromCSV(string sourceText)
string sourceText
string
A string containing CSV-formatted data.
The parsed collection of structs.