StringSegmentSplitOptions   Conversion (StringSegmentSplitOptions to Int32)

Performs an explicit conversion from StringSegmentSplitOptions to Int32.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static explicit operator int (
	StringSegmentSplitOptions options
)

Parameters

options  StringSegmentSplitOptions
The options to be converted to Int32.

Return Value

Int32
The underlying Int32 value of the specified options.

See Also