IrcString MethodsNetIRC2 IRC Client Library for .NET
The IrcString type exposes the following members.
Methods

  NameDescription
Public methodContains
Checks if the string contains a particular byte.
Public methodCopyTo
Copies the string into a byte array.
Public methodEquals(Object)
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Overrides OnlineObject Equals(Object).)
Public methodEquals(IrcString)
Compares the current string with another string.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides OnlineObject GetHashCode .)
Public methodIndexOf(Byte)
Scans the string for the first instance of a particular byte.
Public methodIndexOf(Byte, Int32)
Scans part of the string for the first instance of a particular byte.
Public methodIndexOf(Func Byte, Boolean , Int32, Int32)
Scans part of the string for the first byte that matches the specified condition.
Public methodStatic memberJoin
Joins together a number of strings.
Public methodSplit(Byte)
Splits the string into a number of substrings based on a separator.
Public methodSplit(Byte, Int32)
Splits the string into a limited number of substrings based on a separator.
Public methodStartsWith
Checks if the start of the current string matches the specified string.
Public methodSubstring(Int32)
Extracts the end of a string.
Public methodSubstring(Int32, Int32)
Extracts part of a string.
Public methodToByteArray
Gets the bytes that make up the IRC string.
Public methodToString 
Converts to a .NET string using UTF-8 encoding.
(Overrides OnlineObject ToString .)
Public methodToString(Encoding)
Converts to a .NET string using the specified encoding.
Back to Top
See Also