IAsciiSeparationStrategyGetTokens Method |
For a given line of ascii text, this gives the separated tokens as an enumerable list of strings.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IEnumerable<string> GetTokens(
string line
)
Parameters
- line String
- The ascii text line (should be a single line, because most of the methods assume that no
line feeds occur).
Return Value
IEnumerableStringList of separated strings (tokens).
See Also