IrcString Substring Method (Int32)NetIRC2 IRC Client Library for .NET
Extracts the end of a string.

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

public IrcString Substring(
	int startIndex
)

Parameters

startIndex
Type: OnlineSystem Int32
The index of the first byte in the substring.

Return Value

The substring.
See Also