Click or drag to resize

FixedColumnWidthWithoutTabSeparationStrategyGetTokens Method

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

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

Implements

IAsciiSeparationStrategyGetTokens(String)
See Also