Click or drag to resize

IAsciiSeparationStrategyGetTokens Method

For a given line of ascii text, this gives the separated tokens as an enumerable list of strings.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

IEnumerableString
List of separated strings (tokens).
See Also