EnumComparerTEnumToInt64 Method

Converts a TEnum value to long.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
protected abstract long ToInt64(
	TEnum value
)

Parameters

value  TEnum
The value to convert.

Return Value

Int64
The ulong representation of TEnum.

See Also