Click or drag to resize

ConversionsEnumToUInt64 Method (Object)

Converts an enum value object to an unsigned 64-bit integer.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ulong EnumToUInt64(
	Object value
)

Parameters

value
Type: SystemObject
The enum value.

Return Value

Type: UInt64
An unsigned 64-bit integer.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
See Also