Click or drag to resize

CommandLineFormatArgumentList Method

Creates a string with mutlitple command line arguments, compatible with the Windows CMD interpreter.

All characters of the given strings are preserved and if necessary escaped.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static string FormatArgumentList(
	params string[] args
)

Parameters

args
Type: SystemString
Multiple arguments.

Return Value

Type: String
A command line argument string, containing all given arguments.
See Also