FortranLibSubstring(String, Int32) Method |
Returns a substring from the specified one-based start index to the end of the string.
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
)
Parameters
- s String
- The source string.
- startIndex Int32
- The one-based start index.
Return Value
StringThe requested substring.
See Also