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