Overload List
| Name | Description | |
|---|---|---|
| ( Byte to IrcString) |
Casts a byte array to an IRC string.
| |
| (String to IrcString) |
Casts a .NET string to an IRC string using UTF-8 encoding.
| |
| (IrcString to String) |
Casts the IRC string to a .NET string using UTF-8 encoding.
| |
| (IrcString to Byte ) |
Casts the IRC string to a byte array.
|
See Also