IrcString IndexOf Method (Byte, Int32)NetIRC2 IRC Client Library for .NET
Scans part of the string for the first instance of a particular byte.

Namespace: NetIrc2
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int IndexOf(
	byte value,
	int startIndex
)

Return Value

The index of the first matching byte, or -1.
See Also