EnumToInt

<< Click to Display Table of Contents >>

Navigation:  Classes > TEnumConverter > Methods >

EnumToInt

SIGNATURE=IW.Common.ConvertUtils.TEnumConverter.EnumToInt@T

 

ETYPE=Method

 

Declaration:

Delphi:

public class function EnumToInt<T>(const EnumValue: T): Integer;

C++:

public: __fastcall int EnumToInt(const T EnumValue);

 

Description: TEnumConverter