EnumGetNameHelper
EnumGetNameHelper struct
Helper class that provides functionality of geting the strting name of enum constant.
template<class E,class G,class Guard>class EnumGetNameHelper
Template parameters
| Parameter | Description | 
|---|---|
| E | The type of the enum with which the class’ methods operate | 
| G | Not used | 
| Guard | Not used | 
Methods
| Method | Description | 
|---|---|
| static String GetName(T) | Returns the string name of the specified enum constant value. | 
See Also
- Namespace System
- Library Aspose.Slides