ConversionsToCompareIdReturnValue Method |
Converts a result of a comparison to the CompareIdReturnValue type.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static CompareIdReturnValue ToCompareIdReturnValue(
int i
)
Parameters
- i
- Type: SystemInt32
The integer value.
Return Value
Type:
CompareIdReturnValueA CompareIdReturnValue value.
See Also