IrcString Constructor ( Byte )NetIRC2 IRC Client Library for .NET
Creates an IRC string from a byte array.

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

public IrcString(
	byte[] buffer
)

Parameters

buffer
Type:  OnlineSystem Byte 
The array of bytes.
See Also