FortranLibSCAN(String, String) Method |
Scans a string from left to right for any character contained in a given set.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int SCAN(
string s,
string set
)
Parameters
- s String
- The string to scan.
- set String
- The set of characters to search for.
Return Value
Int32The one-based position of the first match, or zero if none exists.
See Also