Table of Contents

Method AsSemicolonArray

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

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 string

Argument name.

Returns

string[]