IrcStatement MethodsNetIRC2 IRC Client Library for .NET
Methods

  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.
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.
Public methodStatic memberTryParse( Byte , Int32 , Int32, IrcStatement )
Tries to read a buffer and parse out an IRC statement.
Public methodStatic memberTryParse( Byte , Int32 , Int32, IrcStatement , IrcStatementParseResult )
Tries to read a buffer and parse out an IRC statement. Additionally, on failure, the reason for failure is returned.
Back to Top
See Also