IrcString Join Method NetIRC2 IRC Client Library for .NET
Joins together a number of strings.

Namespace: NetIrc2
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IrcString Join(
	IrcString separator,
	IrcString[] strings
)

Parameters

separator
Type: NetIrc2 IrcString
The string to separate individual strings with.
strings
Type:  NetIrc2 IrcString 
The strings to join.

Return Value

The joined string.
See Also