Click or drag to resize

AsciiExportOptionsWithSeparator Method

Sets the separator character and chooses the substitute character automatically.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AsciiExportOptions WithSeparator(
	char separatorChar
)

Parameters

separatorChar  Char
The separator char.

Return Value

AsciiExportOptions
A copy of this options instance with the updated separator settings.
See Also