ConversionsEnumToUInt64 Method (Object) |
Converts an enum value object to an unsigned 64-bit integer.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static ulong EnumToUInt64(
Object value
)
Parameters
- value
- Type: SystemObject
The enum value.
Return Value
Type:
UInt64An unsigned 64-bit integer.
Exceptions See Also