The IrcString type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Contains |
Checks if the string contains a particular byte.
| |
| CopyTo |
Copies the string into a byte array.
| |
| Equals(Object) | (Overrides | |
| Equals(IrcString) |
Compares the current string with another string.
| |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetHashCode | Serves as a hash function for a particular type. (Overrides | |
| IndexOf(Byte) |
Scans the string for the first instance of a particular byte.
| |
| IndexOf(Byte, Int32) |
Scans part of the string for the first instance of a particular byte.
| |
| IndexOf(Func Byte, Boolean , Int32, Int32) |
Scans part of the string for the first byte that matches the specified condition.
| |
| Join |
Joins together a number of strings.
| |
| Split(Byte) |
Splits the string into a number of substrings based on a separator.
| |
| Split(Byte, Int32) |
Splits the string into a limited number of substrings based on a separator.
| |
| StartsWith |
Checks if the start of the current string matches the specified string.
| |
| Substring(Int32) |
Extracts the end of a string.
| |
| Substring(Int32, Int32) |
Extracts part of a string.
| |
| ToByteArray |
Gets the bytes that make up the IRC string.
| |
| ToString |
Converts to a .NET string using UTF-8 encoding.
(Overrides | |
| ToString(Encoding) |
Converts to a .NET string using the specified encoding.
|
See Also