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.
Namespace: NetIrc2.ParsingAssembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- truncated
- Type: System Boolean
true if the string was too long and had to be truncated.
Return Value
An IRC string.See Also