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