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

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

public static implicit operator byte[] (
	IrcString string
)

Return Value

An array of bytes
See Also