SingleCharSeparationStrategyGetSeparatorCharReadable Method |
Gets a human-readable representation of the separator character.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string GetSeparatorCharReadable()
Return Value
String
A short name for common separators (e.g.
TAB,
SPACE) or the character itself for other separators.
See Also