StringSegmentSplitOptions   Conversion Operators

Overload List

(Boolean to StringSegmentSplitOptions) 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.
Obsolete.
(StringSplitOptions to StringSegmentSplitOptions) Performs an implicit conversion from StringSplitOptions to StringSegmentSplitOptions.

See Also