CharactersSubstring(Int32, Int32) Method |
Creates and returns a new Characters object that is a substring of this instance.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
CharactersA new Characters object that represents the substring.
See Also