IrcString CopyTo Method NetIRC2 IRC Client Library for .NET
Copies the string into a byte array.

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

public void CopyTo(
	byte[] array,
	int index
)

Parameters

array
Type:  OnlineSystem Byte 
The byte array to copy to.
index
Type: OnlineSystem Int32
The starting index to copy to.

Implements

OnlineICollection T  CopyTo( T , Int32)
See Also