IrcString StartsWith Method NetIRC2 IRC Client Library for .NET
Checks if the start of the current string matches the specified string.

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

public bool StartsWith(
	IrcString value
)

Return Value

true if the current string starts with value.
See Also