IrcStatement ToIrcString Method NetIRC2 IRC Client Library for .NET
Converts the IRC statement into an IRC string containing all of its bytes, including the ending CR+LF.

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

public IrcString ToIrcString()

Return Value

An IRC string.
See Also