Table of Contents

Method SegmentCommandLine

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SegmentCommandLine(string?, bool)

Splits command line string into array.

public static string[] SegmentCommandLine(string? cmdLine, bool useSplit = false)

Parameters

cmdLine string

Command line string.

useSplit bool

Specifies whether to use simple string.Split.

Returns

string[]