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

  NameDescription
Public methodToByteArray 
Converts the IRC statement into a byte array, including the ending CR+LF.
Public methodToByteArray(Boolean )
Converts the IRC statement into a byte array, including the ending CR+LF, and additionally returns whether the string was truncated.
Back to Top
See Also