IrcString Substring Method (Int32, Int32)NetIRC2 IRC Client Library for .NET
Extracts part 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,
	int length
)

Parameters

startIndex
Type: OnlineSystem Int32
The index of the first byte in the substring.
length
Type: OnlineSystem Int32
The number of bytes to extract.

Return Value

The substring.
See Also