Click or drag to resize
FastEnumToInt64TEnum Method
Returns the integer represented by value.

Namespace: Lawo
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static long ToInt64<TEnum>(
	TEnum value
)
where TEnum : struct, new()

Parameters

value
Type: TEnum

Type Parameters

TEnum
The enumeration type.

Return Value

Type: Int64
Exceptions
ExceptionCondition
ArgumentExceptionTEnum is not an Enum.
See Also