Method EscapeArguments
EscapeArguments(IEnumerable<String>)
Escapes arguments for spawning processes or passing arguments as a single argument.
Declaration
public static string EscapeArguments(IEnumerable<string> args)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<String> | args | Collection of arguments to escape. |
Returns
Type | Description |
---|---|
String | Escaped command-line string. |