Table of Contents

Method SegmentAndQuoteCommandLine

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

SegmentAndQuoteCommandLine(string?)

Splits command line string into array and adds double quotes to the elements if they contain spaces.

public static string[] SegmentAndQuoteCommandLine(string? cmdLine)

Parameters

cmdLine string

Command line string.

Returns

string[]