Methods
Name | Description | |
---|---|---|
ToByteArray |
Converts the IRC statement into a byte array, including the ending CR+LF.
| |
ToByteArray(Boolean ) |
Converts the IRC statement into a byte array, including the ending CR+LF,
and additionally returns whether the string was truncated.
| |
ToIrcString |
Converts the IRC statement into an IRC string containing all of its bytes,
including the ending CR+LF.
| |
ToIrcString(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.
| |
TryParse( Byte , Int32 , Int32, IrcStatement ) |
Tries to read a buffer and parse out an IRC statement.
| |
TryParse( 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.
|
See Also