AsciiExportOptionsWithSeparator Method |
Sets the separator character and chooses the substitute character automatically.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic AsciiExportOptions WithSeparator(
char separatorChar
)
Parameters
- separatorChar Char
- The separator char.
Return Value
AsciiExportOptionsA copy of this options instance with the updated separator settings.
See Also