IrcString Split Method (Byte)NetIRC2 IRC Client Library for .NET
Splits the string into a number of substrings based on a separator.

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

public IrcString[] Split(
	byte separator
)

Parameters

separator
Type: OnlineSystem Byte
The byte to separate strings by.

Return Value

An array of substrings.
See Also