CreateCSV(IEnumerable<StringTableEntry>)
Summary
public static string CreateCSV(IEnumerable<StringTableEntry> entries)Parameters
Name
Description
Returns
Last updated
Was this helpful?
Method in StringTableEntry
Creates a CSV-formatted string containing data from entries .
public static string CreateCSV(IEnumerable<StringTableEntry> entries)System.Collections.Generic.IEnumerable<Yarn.Unity.StringTableEntry> entries
The StringTableEntry values to generate the spreadsheet from.
A string containing CSV-formatted data.
Last updated
Was this helpful?
Was this helpful?
