public static void ToList( string sourceString, string rowSplitter, string rowSplitterType, IZennoPosterProjectModel project, IZennoList list )
Parameters
- sourceString
Type: System.String
The source string.
- rowSplitter
Type: System.String
The splitter of the rows in String object.
- rowSplitterType
Type: System.String
The split type of the rows in String object. It can have the following values: Text or Regex.
- project
Type: IZennoPosterProjectModel
The project object in which need store the data.
- list
Type: IZennoList
The list object in which need store the data.