GetName()
EnumGetNameHelper::GetName(T) method
Returns the string name of the specified enum constant value.
template<class T> static String System::EnumGetNameHelper<E, G, Guard>::GetName(T value)
Template parameters
Parameter | Description |
---|---|
T | The type of enum values that are accepted by the method; T must be convertible to E |
Arguments
Parameter | Type | Description |
---|---|---|
value | T | The enum constant value whose string name is to be obained |
Return Value
A string name of the specified enum constant value
See Also
- Class String
- Struct EnumGetNameHelper
- Namespace System
- Library Aspose.Slides