StringSegmentSplitOptionsOnesComplement Operator
Performs a bitwise NOT operation on the specified value.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static StringSegmentSplitOptions operator ~(
StringSegmentSplitOptions value
)
Public Shared Operator ~ (
value As StringSegmentSplitOptions
) As StringSegmentSplitOptions
public:
static StringSegmentSplitOptions operator ~(
StringSegmentSplitOptions value
)
F# does not support this operator.
- value StringSegmentSplitOptions
- The value to be negated.
StringSegmentSplitOptionsThe result of the bitwise NOT operation.