Click or drag to resize

SingleCharSeparationStrategy Class

This strategy assumes that the tokens are separated by exactly one (!) separation char. The separation character has to be provided in the constructor.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AsciiSingleCharSeparationStrategy

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SingleCharSeparationStrategy : IAsciiSeparationStrategy, 
	IImmutable, IEquatable<SingleCharSeparationStrategy>

The SingleCharSeparationStrategy type exposes the following members.

Constructors
 NameDescription
Public methodSingleCharSeparationStrategy Initializes a new instance of the SingleCharSeparationStrategy class with tabulator as the separator char.
Public methodSingleCharSeparationStrategy(Char) Constructor for this strategy. You must provide a separator char.
Top
Properties
 NameDescription
Public propertySeparatorChar 
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetSeparatorCharReadable 
Public methodGetTokens 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
See Also