StringSegmentSplitOptions Conversion (StringSegmentSplitOptions to Int32)
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static explicit operator int (
StringSegmentSplitOptions options
)
Public Shared Narrowing Operator CType (
options As StringSegmentSplitOptions
) As Integer
static explicit operator int (
StringSegmentSplitOptions options
)
F# does not support the declaration of new casting operators.
- options StringSegmentSplitOptions
- The options to be converted to Int32.
Int32
The underlying
Int32 value of the specified
options.