StringSegmentSplitOptions   Conversion (Boolean to StringSegmentSplitOptions)

Note: This API is now obsolete.
Performs an implicit conversion from bool to StringSegmentSplitOptions.
This member is obsolete and is specified to provide compatibility with the old StringSegment.Split overloads, which used to specify a boolean removeEmptyEntries argument in place of the new StringSegmentSplitOptions type.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public static implicit operator StringSegmentSplitOptions (
	bool removeEmptyEntries
)

Parameters

removeEmptyEntries  Boolean
to return RemoveEmptyEntries; to return None.

Return Value

StringSegmentSplitOptions
A StringSegmentSplitOptions instance that represents the value of the specified removeEmptyEntries parameter.

See Also