StringSegmentSplitOptionsRemoveEmptyEntries Field

Omits elements that contain an empty string segment from the result. When combined with the TrimEntries option, then whitespace-only segments will also be omitted.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public static readonly StringSegmentSplitOptions RemoveEmptyEntries

Field Value

StringSegmentSplitOptions

See Also