CommandLineParser CollapseArguments Method Bespoke Osc Library
Collapse the set of arguments into a single, space-delimted string.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function CollapseArguments ( _
	args As String() _
) As String

Parameters

args
Type:  OnlineSystem String 
The set of command-line arguments.

Return Value

A single, space-delimted string representation of the arguments.
See Also