The IrcString type exposes the following members.
Back to Top
Operators
Name | Description | |
---|---|---|
Addition |
Concatenates two strings.
| |
Equality |
Compares two strings for equality.
| |
( 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.
| |
Inequality |
Compares two strings for inequality.
|
See Also