FortranLibSubstring(Char, Int32) Method |
Retrieves a substring starting at a specified character position.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static char[] Substring(
char[] s,
int startIndex
)
Parameters
- s Char
- The source character array.
- startIndex Int32
- The one-based start index of the substring.
Return Value
CharA new character array containing the substring from
startIndex to the end.
See Also