Concat an array to a string with a space

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function Concat ( _
	strings As Array, _
	spacer As String _
) As String
C#
public static string Concat(
	Array strings,
	string spacer
)

Parameters

strings
Type: System..::..Array
spacer
Type: System..::..String

Return Value

See Also