Method AsSemicolonArray
AsSemicolonArray(string)
Gets command line argument as string and splits it to the array of strings. Semicolon is used as the separator of the items.
public virtual string[] AsSemicolonArray(string argName)
Parameters
argName
stringArgument name.
Returns
- string[]