EnumComparerTEnumToUInt64 Method

Converts a TEnum value to ulong.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
protected abstract ulong ToUInt64(
	TEnum value
)

Parameters

value  TEnum
The value to convert.

Return Value

UInt64
The ulong representation of TEnum.

See Also