Create a string separated with suffix from a string array.

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

Syntax

Visual Basic
Public Shared Function ToString ( _
	strings As String(), _
	suffix As String _
) As String
C#
public static string ToString(
	string[] strings,
	string suffix
)

Parameters

strings
Type: array<System..::..String>[]()[][]
suffix
Type: System..::..String

Return Value

See Also