AsciiExportOptionsSeparatorAndSubstituteChar Property |
Gets the separator and substitute character.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (char Separator, char Substitute) SeparatorAndSubstituteChar { get; init; }
Property Value
ValueTupleChar,
Char
The separator and substitute character.
Exceptions Exception | Condition |
---|
InvalidOperationException(String) | Separator char and substitute char must be different |
See Also