Click or drag to resize

FortranLibSubstring(String, Int32, Int32) Method

Returns a substring using one-based inclusive indices.

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

Parameters

s  String
The source string.
startIndex  Int32
The one-based start index.
lastIndex  Int32
The one-based inclusive end index.

Return Value

String
The requested substring.
See Also