EnumComparerTEnumToEnum Method

Converts an ulong value to TEnum.

Definition

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

Parameters

value  UInt64
The value to convert.

Return Value

TEnum
The TEnum representation of value.

See Also