Click or drag to resize

NameSplitterBySeparatorStringsRemoveEmptyEntries Property

Gets or sets a value indicating whether to remove empty entries when splitting the name. If set to true, empty entries will be removed from the resulting list of name parts.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public bool RemoveEmptyEntries { get; init; }

Property Value

Boolean
See Also