All pages
Powered by GitBook
1 of 1

Loading...

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

Returns

The parsed collection of structs.

string sourceText

A string containing CSV-formatted data.

StringTableEntry