Click or drag to resize

IAsciiSeparationStrategy Interface

Provides a method to separate tokens in a line of ascii text.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IAsciiSeparationStrategy : IImmutable

The IAsciiSeparationStrategy type exposes the following members.

Methods
 NameDescription
Public methodGetTokens For a given line of ascii text, this gives the separated tokens as an enumerable list of strings.
Top
See Also