StringSegmentSplitOptionsOnesComplement Operator

Performs a bitwise NOT operation on the specified value.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static StringSegmentSplitOptions operator ~(
	StringSegmentSplitOptions value
)

Parameters

value  StringSegmentSplitOptions
The value to be negated.

Return Value

StringSegmentSplitOptions
The result of the bitwise NOT operation.

See Also