IrcStatement ToIrcString Method NetIRC2 IRC Client Library for .NET
Overload List

  NameDescription
Public methodToIrcString 
Converts the IRC statement into an IRC string containing all of its bytes, including the ending CR+LF.
Public methodToIrcString(Boolean )
Converts the IRC statement into an IRC string containing all of its bytes, including the ending CR+LF, and additionally returns whether the string was truncated.
Back to Top
See Also