| 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
)
Public Shared Function FormatArgumentList (
ParamArray args As String()
) As String
Parameters
- args
- Type: SystemString
Multiple arguments.
Return Value
Type:
StringA command line argument string, containing all given arguments.
See Also