IrcString   Conversion ( Byte  to IrcString)NetIRC2 IRC Client Library for .NET
Casts a byte array to an IRC string.

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

public static implicit operator IrcString (
	byte[] buffer
)

Parameters

buffer
Type:  OnlineSystem Byte 
The array of bytes.

Return Value

An IRC string.
See Also