C# Class strICT.InFlow.WF.Helper.SbpmActivityHelper

Helps to convert a csv in Argument to list of string
Datei anzeigen Open project: InFlowBPM/InFlow-BPMS

Public Methods

Method Description
convertCSVtoListofString ( String csv ) : List

Convert csv-string to list of string

Private Methods

Method Description
getList ( CodeActivityContext context, InArgument inArgument ) : List

Converts a csv In-Argument to list of string

Method Details

convertCSVtoListofString() public static method

Convert csv-string to list of string
public static convertCSVtoListofString ( String csv ) : List
csv String csv string
return List