StringSegmentSplitOptionsTrimEntries Field

Trims white-space characters from each string segment in the result. When combined with the RemoveEmptyEntries 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 TrimEntries

Field Value

StringSegmentSplitOptions

See Also