FortranLibSubstring(String, Int32, Int32) Method |
Returns a substring using one-based inclusive indices.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
StringThe requested substring.
See Also