IrcString Contains Method NetIRC2 IRC Client Library for .NET
Checks if the string contains a particular byte.

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

public bool Contains(
	byte value
)

Return Value

true if the string contains the byte.

Implements

OnlineICollection T  Contains(T)
See Also