UtilApplicationParameterizationJoinArguments Method

Returns a single string representation of the command-line arguments for the current process.

Definition

Namespace: DevCase.Core.Application.Parameterization
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string JoinArguments(
	IEnumerable<string> args = null,
	char delimiter = ''
)

Parameters

args  IEnumerableString  (Optional)
A custom collection of arguments to examine.
delimiter  Char  (Optional)

[Missing <param name="delimiter"/> documentation for "M:DevCase.Core.Application.Parameterization.UtilApplicationParameterization.JoinArguments(System.Collections.Generic.IEnumerable{System.String},System.Char)"]

Return Value

String

[Missing <returns> documentation for "M:DevCase.Core.Application.Parameterization.UtilApplicationParameterization.JoinArguments(System.Collections.Generic.IEnumerable{System.String},System.Char)"]

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also