Click or drag to resize

SingleCharSeparationStrategyGetSeparatorCharReadable Method

Gets a human-readable representation of the separator character.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetSeparatorCharReadable()

Return Value

String
A short name for common separators (e.g. TAB, SPACE) or the character itself for other separators.
See Also