Click or drag to resize

CharactersSubstring(Int32, Int32) Method

Creates and returns a new Characters object that is a substring of this instance.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Characters Substring(
	int startIndex,
	int lastIndex
)

Parameters

startIndex  Int32
The starting index (1-based) of the substring.
lastIndex  Int32
The ending index (1-based) of the substring.

Return Value

Characters
A new Characters object that represents the substring.
See Also