IrcString ToByteArray Method NetIRC2 IRC Client Library for .NET
Gets the bytes that make up the IRC string.

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

public byte[] ToByteArray()

Return Value

An array of bytes.
See Also