ToInt

ToInt(Enum)

public static int ToInt(Enum value) ;

Description

Convert enum type to int type.

Parameters

Parameter Name Description
value Enum type value you want to convert

Returns

Converted int type value

ToInt<T>(T)

public static int ToInt<T>(T value) ;

Description

Convert enum type to int type.

Type Parameters

Type Parameter Name Description Type Constraints
T Enum type to convert
  • Enum

Parameters

Parameter Name Description
value Enum type value you want to convert

Returns

Converted int type value