GetEnumValueForConstant Method (RealTimeEnumType)
- Last UpdatedApr 08, 2026
- 1 minute read
It will find particular enum value from enum structure.
public int GetEnumValueForConstant(
string enumConstant
)
public:
int GetEnumValueForConstant(
String^ enumConstant
)
Parameters
- enumConstant
- Enumeration Constant to find from enum structure.
Return Value
Enumeration Value for enumeration Constant if it is found.