IrcString IndexOf Method NetIRC2 IRC Client Library for .NET
Overload List

  NameDescription
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.
Back to Top
See Also