Click or drag to resize

AsciiExportOptionsSeparatorAndSubstituteChar Property

Gets the separator and substitute character.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (char Separator, char Substitute) SeparatorAndSubstituteChar { get; init; }

Property Value

ValueTupleChar, Char
The separator and substitute character.
Exceptions
ExceptionCondition
InvalidOperationException(String)Separator char and substitute char must be different
See Also