FortranLibINDEX(Characters, String, Boolean) Method |
Returns the one-based position of a substring in a
Characters instance.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int INDEX(
Characters chars,
string value,
bool back
)
Parameters
- chars Characters
- The character sequence to search.
- value String
- The substring to find.
- back Boolean
- true to search from the end; otherwise from the beginning.
Return Value
Int32The one-based position of the match, or zero if none exists.
See Also