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