IrcStatement ToByteArray Method (Boolean )NetIRC2 IRC Client Library for .NET
Converts the IRC statement into a byte array, including the ending CR+LF, and additionally returns whether the string was truncated.

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

public byte[] ToByteArray(
	out bool truncated
)

Parameters

truncated
Type: OnlineSystem Boolean 
true if the string was too long and had to be truncated.

Return Value

A byte array.
See Also