Method StringUtil.CommandLineFromArray
Overload
Converts array of command line arguments to string that can be passed to a "start process" function, for example run.it, System.Diagnostics.Process.Start.
public static string CommandLineFromArray(string[] a)
Parameters
a (string[]) |
Returns
string
|