StringSegmentSplitOptions Conversion (Boolean to StringSegmentSplitOptions)
Note: This API is now obsolete.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public static implicit operator StringSegmentSplitOptions (
bool removeEmptyEntries
)
Public Shared Widening Operator CType (
removeEmptyEntries As Boolean
) As StringSegmentSplitOptions
static implicit operator StringSegmentSplitOptions (
bool removeEmptyEntries
)
F# does not support the declaration of new casting operators.
- removeEmptyEntries Boolean
- to return RemoveEmptyEntries; to return None.
StringSegmentSplitOptions
A
StringSegmentSplitOptions instance that represents the value of the specified
removeEmptyEntries parameter.